From 732eeb88b4754e7945249c650fbe79ce5c7af063 Mon Sep 17 00:00:00 2001 From: Asko Nomm Date: Sat, 9 Apr 2022 14:55:08 +0200 Subject: Add full test coverage for horizontal line block (re #4) --- resources/test/core.md | 2 ++ resources/test/core_result.html | 2 ++ 2 files changed, 4 insertions(+) (limited to 'resources/test') diff --git a/resources/test/core.md b/resources/test/core.md index d699887..1770f21 100644 --- a/resources/test/core.md +++ b/resources/test/core.md @@ -62,6 +62,8 @@ This is ___bold italic text___ and ***this is also***. *What about italic text t * Continuing sub list item * Continuing list item +*** + * List item * Another list item * Sub list item diff --git a/resources/test/core_result.html b/resources/test/core_result.html index 5e9513b..0f242a7 100644 --- a/resources/test/core_result.html +++ b/resources/test/core_result.html @@ -48,6 +48,8 @@ function markdownToHTML(markdown) { +
+

This is a H1 heading with settext

-- cgit v1.2.3