mermaid-js / mermaid-cli

Command line tool for the Mermaid library
MIT License
2.48k stars 234 forks source link

fix: detect spaced codeblocks (#317 #342) #385

Closed skaylink-AndreasUlm closed 2 years ago

skaylink-AndreasUlm commented 2 years ago

Signed-off-by: Andreas Ulm andreas.ulm@skaylink.com

:bookmark_tabs: Summary

Resolves #317 Resolves #342

:straight_ruler: Design Decisions

Extended regular expression mermaidChartsInMarkdown with optional any number of spaces before and after codeblock fences.

Extended test case should write multiple SVGs for default .md input by default to include markdown code that has spaces. (10. = indented, 11. = spaces appended)

:clipboard: Tasks

Make sure you

MindaugasLaganeckas commented 2 years ago

Thank you for the pr! 😄