From 9f8f4fc36adef06458320d7bfdef01dbe41f52a1 Mon Sep 17 00:00:00 2001 From: Asko Nomm Date: Sat, 9 Apr 2022 13:51:16 +0200 Subject: Support settext headings (closes #6) --- resources/test/core.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'resources/test/core.md') diff --git a/resources/test/core.md b/resources/test/core.md index fe284ad..d699887 100644 --- a/resources/test/core.md +++ b/resources/test/core.md @@ -68,4 +68,10 @@ This is ___bold italic text___ and ***this is also***. *What about italic text t * Another sub list item 1. Sub sub list item 2. Continuing sub list item -* Continuing list item \ No newline at end of file +* Continuing list item + +This is a H1 heading with settext +================================= + +And this is a H2 heading with settext +------------------------------------- \ No newline at end of file -- cgit v1.2.3