thunder-app/thunder

Syntax highlighting for code blocks

Opened this issue · 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