First, congratulations and thanks for this great package. This is one of the first packages I install with any new vault I create.
I am using Obsidian to document code chunks, like a library of code that does something I require from time to time. I am using Editor Syntax Highlight in addition to another Obsidian extension Execute code, which enables Obsidian to run live code directly from the note.
There is just a little thing that is annoying and it is that syntax highlight doesn't work in Edit mode when the block has this form {r}.
Example this block will not render syntax highlighting in Edit mode:
First, congratulations and thanks for this great package. This is one of the first packages I install with any new vault I create.
I am using Obsidian to document code chunks, like a library of code that does something I require from time to time. I am using
Editor Syntax Highlight
in addition to another Obsidian extensionExecute code
, which enables Obsidian to run live code directly from the note.There is just a little thing that is annoying and it is that syntax highlight doesn't work in Edit mode when the block has this form {r}.
Example this block will not render syntax highlighting in Edit mode:
While this other block, will render nicely (please, see attached screenshot):
Is there any way to make code chunks of the form {r} work in Edit mode?
Thank you very much!