Skip to content

Commit 024c71a

Browse files
committed
changed return type to only return 1 vec and commented much of the code
1 parent 085c14f commit 024c71a

4 files changed

Lines changed: 234 additions & 136 deletions

File tree

examples/markdown.svg

Lines changed: 3 additions & 5 deletions
Loading

examples/markdown.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<svg>
22
<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"/>
3+
<rect xy="^|h" wh="10 50" text="***Hi* vertical** _Markdown\nwords_ `\ ***literal*** \`!" class="d-markdown d-text-vertical"/>
44
</svg>

0 commit comments

Comments
 (0)