need include for div

This commit is contained in:
2025-04-20 21:27:40 +08:00
parent 887ff7b069
commit 8e8ac86037
4 changed files with 30 additions and 9 deletions

View File

@@ -1,5 +1,17 @@
Here's the pandoc README:
~~~~ {include="input.md"}
this will be replaced by contents of README
~~~~
:::{include="filter.hs"}
:::
::: Theorem
test thm1
:::
:::{.Theorem #thm2}
test thm2
:::
:::{class="Theorem" id="thm3"}
test thm3
:::