Replies: 2 comments
|
I made a few style improvements for this version, but I missed that one. I'm planning to replace the text editor in the next version, and this will be fixed. Thank you for reporting it. |
0 replies
|
This was implemented in today's release (v0.10.0). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As of version 0.9.0 there doesn't appear to be any syntax highlighting when using a code block, leaving the code as a uniform color, making it harder to read
For example, on other markdown applications, one can specify the language after the initial code block, such as
to have the code in the block highlighted for easier reading.
All reactions