ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Markdown module in LMTX
@ 2021-01-11  4:48 Christoph Reller
  2021-01-29 15:14 ` J Huisman
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Reller @ 2021-01-11  4:48 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 604 bytes --]

Hi,

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?

Cheers,
Christoph

[-- Attachment #1.2: Type: text/html, Size: 962 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Markdown module in LMTX
  2021-01-11  4:48 Markdown module in LMTX Christoph Reller
@ 2021-01-29 15:14 ` J Huisman
  2021-03-28 10:51   ` Christoph Reller
  0 siblings, 1 reply; 3+ messages in thread
From: J Huisman @ 2021-01-29 15:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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:
>
> Hi,
>
> 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?
>
> Cheers,
> Christoph
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Markdown module in LMTX
  2021-01-29 15:14 ` J Huisman
@ 2021-03-28 10:51   ` Christoph Reller
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Reller @ 2021-03-28 10:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1335 bytes --]

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?
>
>

[-- Attachment #1.2: Type: text/html, Size: 1970 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-28 10:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11  4:48 Markdown module in LMTX Christoph Reller
2021-01-29 15:14 ` J Huisman
2021-03-28 10:51   ` Christoph Reller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).