testdoc: add some tests for titles - smu - smu - simple markup (Markdown) proce… | |
git clone git://git.codemadness.org/smu | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 79ae7cc136a53cc6fa0dfcce6adfd9351e028f0c | |
parent d58759a6f00ab596d7238a22b07395e2d186ec19 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 11 May 2021 18:00:22 +0200 | |
testdoc: add some tests for titles | |
Diffstat: | |
M testdoc | 19 +++++++++++++++++++ | |
1 file changed, 19 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/testdoc b/testdoc | |
@@ -103,3 +103,22 @@ inline html | |
<center> | |
ABC | |
</center> | |
+ | |
+ | |
+titles | |
+------ | |
+ | |
+h1 no need to match exactly | |
+=== | |
+ | |
+h2 no need to match exactly | |
+--- | |
+ | |
+h1 no need to match exactly | |
+= | |
+ | |
+h2 no need to match exactly | |
+- | |
+ | |
+this one is not a title | |
+ - |