testdoc: add some tests for titles - smu - smu - simple markup (Markdown) processor (fork, fixes + features)
HTML git clone git://git.codemadness.org/smu
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 79ae7cc136a53cc6fa0dfcce6adfd9351e028f0c
DIR parent d58759a6f00ab596d7238a22b07395e2d186ec19
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
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(-)
---
DIR 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
+ -