thunder icon indicating copy to clipboard operation
thunder copied to clipboard

Syntax highlighting for code blocks

Open K4LCIFER opened this issue 1 year ago • 0 comments

Is Your Feature Request Related to a Problem?

All code blocks are currently monochrome/plain text.

Feature Description

It would be nice to have syntax highlighting for code blocks that specify the language that is used e.g.

\```python
syntax highlighted python code
\```
\```rust
syntax highlighted rust code
\```
\```
monochrome code block
\```

Alternative Solutions

No response

Additional Context

No response

K4LCIFER avatar Jun 04 '24 23:06 K4LCIFER