Hi all,

In recent versions of ConTeXt LMTX the markdown module seems to work again. I just copied the files m-markdown.mkiv and m-markdown.loa from a MKVI version into the directory tex\texmf-modules\m-markdown of the LMTX version.

I don't believe that this is officially supported and I did no extensive testing, but for my use case it works.

Cheers,
Christoph

On Fri, Jan 29, 2021 at 4:16 PM J Huisman <jellehuismanlist@gmail.com> wrote:
Hi all,

I can confirm that this problem has not yet been resolved? Any idea
when it might happen?

Cheers,

Jelle

On Mon, Jan 11, 2021 at 5:48 AM Christoph Reller
<christoph.reller@gmail.com> wrote:
> In recent versions of ConTeXt LMTX, the builtin markdown module is missing. (Files m-markdown.[lua|mkiv])
> Just copying this module from an earlier version shows that they don't work anymore.
>
> MWE:
>
> ConTeXt file:
> -- 8< ------------------------------------------
> \usemodule[markdown]
> \starttext
> \processmarkdownfile{file.md}
> \stoptext
> -- 8< ------------------------------------------
>
> file.md:
> -- 8< ------------------------------------------
> Title
> =====
>
> Here comes a paragraph text.
> -- 8< ------------------------------------------
>
> Are there plans to add and update this module?