CodeInline
A syntax-highlighted inline code component, built using react-syntax-highlighter.
console.log("Hello")Examples
Python
greeting = "Hello"Rust
let greeting = "Hello";TypeScript
const greeting: string = "Hello"A syntax-highlighted inline code component, built using react-syntax-highlighter.
console.log("Hello")greeting = "Hello"let greeting = "Hello";const greeting: string = "Hello"