Skip to content

Formatting for code snippets

Compare
Choose a tag to compare
@rajat1saxena rajat1saxena released this 24 Dec 04:48
· 296 commits to main since this release

Integrated CodeMirror on the text editor side. On the renderer side, the block will be rendered as a white on black block which use custom CSS instead of CodeMirror.

To start a code block in the editor, one can type ``` (triple backticks). To end a code block, type ``` again.