fix: table max width

This commit is contained in:
2026-02-26 17:24:25 +08:00
parent af4cb15d2c
commit d171e7b094
3 changed files with 27 additions and 17 deletions
+2
View File
@@ -22,6 +22,8 @@
:md-table[./sparks.csv]{roll remix}
:md-table[./npcs.csv]{roll}
### 链接
文本里面可以有:md-link[./stuff.md#啊什么]的啦
+6
View File
@@ -0,0 +1,6 @@
label,body
"Hello world","**Hello**, world"
"Hello foo","**Hello**, foo"
"Hello bar","**Hello**, bar"
"Hello stuff","**Hello**, stuff"
"Hello again","**Hello**, again"
1 label body
2 Hello world **Hello**, world
3 Hello foo **Hello**, foo
4 Hello bar **Hello**, bar
5 Hello stuff **Hello**, stuff
6 Hello again **Hello**, again