Skip to content

ConTeXt: cannot pass options to \inputmarkdown #389

Closed Answered by Witiko
ibotty asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, thanks for using the Markdown package.

I don't know how to get the markdown version.

You can find out as follows:

\usemodule[t][markdown]
\starttext
Markdown version: \markdownVersion
\stoptext

The document [...] fails with [...]
Removing the argument ([smart_ellipses]) it compiles and renders markdown.

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.

Using \setupmarkdown let's me pass options. I'd like to use different options when including markdown though.

You can do this manually as follows:

\usemodule[t][markdown]
\starttext
\begingroup
\setup…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ibotty
Comment options

Answer selected by Witiko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #388 on December 27, 2023 12:58.