Hyvor Blogs has a powerful syntax highlighter with the following features:
Most importantly, syntax highlighting is done at the time of rendering posts in our back-end. Therefore, it does not require any additional Javascript or CSS. To change syntax highlighting settings, go to Console → Settings → Post Content
.
See Code Block in Writing.
Annotations are used for highlighting, focusing, and numbering lines. You can add annotations to the code block in the Editor. Let's see some examples.
h=1
h=1-5
h=1,5,6
h=1-4,7
f=1
+=12
-=20
renumber=4:21
renumber=6:null
h=1 +=12
numbers=true
numbers=false