html export: fix crash on # with no spaces following

FossilOrigin-Name: 78eb3332d9dfd7a83f425c63aefa49708078334d43223c2512edab0775f12224
This commit is contained in:
crc 2020-02-21 20:03:50 +00:00
parent 9e516333c9
commit 8e599f214f

View file

@ -41,6 +41,42 @@ not adding support for the various linking formats, ordered
lists, underlined headers, doubled asterisk, doubled
underscores, multiple line/paragraph list entries, or images.
The formatting must follow the following limits:
# Title
## Subtitle
### Level 3 Title
Paragraph. *Bold*, _italics_, `inline code`.
Another paragraph.
- list element
- list element
- nested list element
- nested list element
- list element
~~~
:retro code ;
~~~
```
tests
```
Sample code or output with four leading spaces is
note colorized.
this will be code, but not run through the
colorizer.
More paragraph text.
----
Above is a horizontal separator.
----
## The Code