e.g. ```mermaid graph ``` Rather than having to insert divs all the time. ## Research Syntax highlighting is working in readthedocs theme. mkdocs says it uses fenced code by default - https://github.com/mkdocs/mkdocs/issues/263 However, html output does not seem to really fit with this https://pythonhosted.org/Markdown/extensions/fenced_code_blocks.html ``` <div class="highlight"> <pre><span></span> <span class="n">abc</span> </pre> </div> ```
e.g.
Rather than having to insert divs all the time.
Research
Syntax highlighting is working in readthedocs theme.
mkdocs says it uses fenced code by default - mkdocs/mkdocs#263
However, html output does not seem to really fit with this https://pythonhosted.org/Markdown/extensions/fenced_code_blocks.html