diff options
| author | Asko Nomm <asko@bien.ee> | 2022-04-09 13:51:16 +0200 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-04-09 13:51:16 +0200 |
| commit | 9f8f4fc36adef06458320d7bfdef01dbe41f52a1 (patch) | |
| tree | 48b51c46809dedb79f5891e113443a4dec028921 /resources/test/core.md | |
| parent | 7055c7bd45c5156df61ab3a77b8e22a037f04408 (diff) | |
Support settext headings (closes #6)
Diffstat (limited to 'resources/test/core.md')
| -rw-r--r-- | resources/test/core.md | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
