detect space suffixed mermaid codeblocks in MD (#342)
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)
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
master
branch