Am 27.07.25 um 16:59 schrieb andrei@borisov.dev:
The package loads quite a huge library — `expl3-code.tex` from `l3kernel` package which eats a lot of time during compilation.
What has expl3 to do with ConTeXt?
P.S. What is the process of adding thrid-party modules in the default list of ConTeXt distribution (https://modules.contextgarden.net/ https://modules.contextgarden.net/)? I think Markdown package might proof very useful for a lot of folks and worth considering to be added in the list. What do you think?
See https://wiki.contextgarden.net/ConTeXt_and_Lua_programming/Module_writing If it works and adheres to the necessary structure, I’ll add it to the list of installable modules. I don’t judge usefulness. I’d use Pandoc to convert Markdown to ConTeXt, if it’s just one-time, like: pandoc -f markdown -t context --template=mytemplate.tex pandoc-example.md > example.tex Otherwise, Aditya’s filter module covers most cases of inclusion of text-based formats: https://github.com/adityam/filter Hraban