Skip to content
This repository was archived by the owner on May 10, 2022. It is now read-only.
This repository was archived by the owner on May 10, 2022. It is now read-only.

Support mermaid fenced code blocks #62

@rufuspollock

Description

@rufuspollock

e.g.

graph

Loading

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

<div class="highlight">
  <pre><span></span>
    <span class="n">abc</span>
   </pre>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions