A handler for mermaid fenced code blocks in markdown
This duplicates the (currently) private IFencedBlockRenderer in @jupyterlab/markedparser-extension.
IFencedBlockRenderer
@jupyterlab/markedparser-extension
The languages this block accepts.
The order in which the block would be processed
Provide pre-rendered diagram content
Handle up-front loading/parsing mermaid
A handler for mermaid fenced code blocks in markdown
This duplicates the (currently) private
IFencedBlockRendererin@jupyterlab/markedparser-extension.