diff options
author | dvs1 | 2025-03-15 16:19:39 +1000 |
---|---|---|
committer | dvs1 | 2025-03-15 16:19:39 +1000 |
commit | 080bf691c4a23d2b9d055864fee0a5cb0304f619 (patch) | |
tree | e470bef021dbf1441d86428dd57042d478645c37 /testing | |
parent | Work around a bug in Lunamark? (diff) | |
download | notYetAnotherWiki-080bf691c4a23d2b9d055864fee0a5cb0304f619.zip notYetAnotherWiki-080bf691c4a23d2b9d055864fee0a5cb0304f619.tar.gz notYetAnotherWiki-080bf691c4a23d2b9d055864fee0a5cb0304f619.tar.bz2 notYetAnotherWiki-080bf691c4a23d2b9d055864fee0a5cb0304f619.tar.xz |
Yet another work around for what I think is a bug in Lunamark. The random list creation bug.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/index.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/index.md b/testing/index.md index 9866373..1833225 100644 --- a/testing/index.md +++ b/testing/index.md | |||
@@ -84,11 +84,15 @@ Bug. If there's a single word and period at the beginning of a line, it gets tur | |||
84 | 84 | ||
85 | Bug. If there's a single word and period at the beginning of a line, it gets turned into a list, or list item. | 85 | Bug. If there's a single word and period at the beginning of a line, it gets turned into a list, or list item. |
86 | 86 | ||
87 | <!-- Separate the lists. --> | ||
88 | |||
89 | Bug. If there's a single word and period at the beginning of a line, it gets turned into a list, or list item. | ||
90 | |||
87 | ~~~ | 91 | ~~~ |
88 | Bug. If there's a single word and period at the beginning of a line, it gets turned into a list, or list item. | 92 | Bug. If there's a single word and period at the beginning of a line, it gets turned into a list, or list item. |
89 | ~~~ | 93 | ~~~ |
90 | 94 | ||
91 | Uncovering another bug, the stuff in a code block is in a different font. Ah, it's mono. lol | 95 | The stuff in a code block is in a different font, it's mono. lol |
92 | 96 | ||
93 | # images | 97 | # images |
94 | 98 | ||