You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing one space symbol in item indentation causes compilation to fail. Here is an example:
- First element
- Second element
#. First subelement
#. Second subelement
- Third element
That transforms to:
\markdownRendererUlBeginTight\markdownRendererUlItem First element\markdownRendererUlItemEnd\markdownRendererUlItem Second element #. First subelement\markdownRendererInterblockSeparator
{}\markdownRendererOlBeginTight\markdownRendererOlItem Second subelement\markdownRendererOlItemEnd\markdownRendererOlEndTight\markdownRendererUlItemEnd\markdownRendererUlItem Third element\markdownRendererUlItemEnd\markdownRendererUlEndTight\relax
Which fails to compile:
You can't use 'parameter character U+0023 'hash tag'' in horizontal mode
<line 11.3>
\markdownRendererUlItem Second element #
. First subelement\markdownRendererInterblockSeparator
1 \markdownRendererUlBeginTight
2 \markdownRendererUlItem First element\markdownRendererUlItemEnd
3 >> \markdownRendererUlItem Second element #. First subelement\markdownRendererInterblockSeparator
4 {}\markdownRendererOlBeginTight
5 \markdownRendererOlItem Second subelement\markdownRendererOlItemEnd
6 \markdownRendererOlEndTight \markdownRendererUlItemEnd
7 \markdownRendererUlItem Third element\markdownRendererUlItemEnd
8 \markdownRendererUlEndTight \relax
The text was updated successfully, but these errors were encountered:
In the ConTeXt module (as well as in the plain TeX and LaTeX modules and in the OpTeX example), we change the catcodes of characters % and # to category 12 (other) before we input the transformed document:
Throughout Section 2.2 Options, none of the unnumbered subsections Lua Module Example and Lua CLI Example make a mention of this with the exception of Section 2.2.1.31 Option hybrid, where the unnumberes subsection Lua CLI Example mentions the percent sign.
This will need fixing before the 3.0.0 release. Thanks for the report.
@andreiborisov, did you notice any other place in the documentation, where this should be stressed?
Missing one space symbol in item indentation causes compilation to fail. Here is an example:
That transforms to:
Which fails to compile:
The text was updated successfully, but these errors were encountered: