Ignore hard line breaks at the end of fancy list items #508
Labels
bug
conversion output
Related to the output format of the Markdown-to-TeX conversion
lua
Related to the Lua interface and implementation
syntax extension
Related to syntax extensions and dialects of markdown
Milestone
On the first glance, hard line breaks are ignored at the end of unordered and ordered list items, as expected:
However, they are not entirely ignored, since they change
\markdownRendererOlBeginTight
to\markdownRendererOlBegin
. Therefore, even if they do not produce a\markdownRendererHardLineBreak
, they are recognized at some level rather than ignored.Furthermore, hard line breaks are not ignored in fancy lists when the option
fancyLists
is enabled:The text was updated successfully, but these errors were encountered: