MSzturc / obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian
https://mszturc.github.io/obsidian-advanced-slides/
MIT License
948 stars 80 forks source link

MermaidJS timeline diagram not rendering #256

Open ZipBomb opened 10 months ago

ZipBomb commented 10 months ago

Describe the bug The sample code for MermaidJS timeline diagram seems not to work as intended with this plugin. image

Samples to Reproduce Type the following under a mermaid code block:

timeline
    title Timeline of Industrial Revolution
    section 17th-20th century 
        Industry 1.0 : Machinery, Water power, Steam
        Industry 2.0 : Electricity, Internal combustion engine, Mass production
        Industry 3.0 : Electronics, Computers, Automation 

    section 21st century 
        Industry 4.0 : Internet, Robotics, Internet of Things 
        Industry 5.0 : Artificial intelligence, Big data,3D printing

Expected behavior Rendered graph similar to the one the editor preview shows for the same code. image