Skip to content

Instantly share code, notes, and snippets.

View ng28's full-sized avatar
🏠
Working from home

im-ng ng28

🏠
Working from home
  • Software Engineer
  • Coimbatore
View GitHub Profile
@ng28
ng28 / mermaid.md
Last active February 8, 2018 17:29
Change set to add mermaid support!

Listing each file with respective change to support mermaid without tweaking some minified version of extra-****.js.

In superfence.py

    self.config = {
        'disable_indented_code_blocks': [False, "Disable indented code blocks - Default: False"],
        'uml_flow': [True, "Enable flowcharts - Default: True"],
        'uml_sequence': [True, "Enable sequence diagrams - Default: True"],
        'mermaid': [True, "Enable mermaid diagrams - Default: True"],
        'custom_fences': [