Skip to content

Commit 44c23aa

Browse files
committed
fixed errors with vertical and empty lines and made code blocks remove 1 space from start and end and added example
1 parent 833df55 commit 44c23aa

File tree

5 files changed

+251
-169
lines changed

5 files changed

+251
-169
lines changed

examples/markdown.svg

Lines changed: 23 additions & 0 deletions
Loading

examples/markdown.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<svg>
2+
<rect wh="50 10" md="**Hello** _Markdown_ `world`!"/>
3+
<rect xy="^|h" wh="10 50" text="***Hi* vertical** _Mark\ndown_ `\ ***literal*** \`!" class="d-markdown d-text-vertical"/>
4+
</svg>

0 commit comments

Comments
 (0)