-
I am using markdown from the The document
fails with
It Removing the argument ( Using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, thanks for using the Markdown package.
You can find out as follows: \usemodule[t][markdown]
\starttext
Markdown version: \markdownVersion
\stoptext
This is a bug, thanks for reporting it. It has been fixed in #390 and will be released in Markdown 3.3.0 later this month. The bugfix will be part of the TeX Live 2024 distribution.
You can do this manually as follows: \usemodule[t][markdown]
\starttext
\begingroup
\setupmarkdown[smart_ellipses]
\inputmarkdown{input1.md}
\endgroup
\stoptext Here, the option |
Beta Was this translation helpful? Give feedback.
Hi, thanks for using the Markdown package.
You can find out as follows:
This is a bug, thanks for reporting it. It has been fixed in #390 and will be released in Markdown 3.3.0 later this month. The bugfix will be part of the TeX Live 2024 distribution.
You can do this manually as follows: