Hi all, The second part describes how to create a PDF file from a Markdown file using pandoc and ConTeXt: https://dave.autonoma.ca/blog/2019/05/29/typesetting-markdown-part-2/ If anyone has suggestions to improve the ConTeXt-related portions, please pass them along. I've considered using ConTeXt's Markdown module, but I'm not sure how much of Pandoc's enhanced Markdown it supports. Thank you!
On 5/29/2019 11:54 PM, Thangalin wrote:
Hi all,
The second part describes how to create a PDF file from a Markdown file using pandoc and ConTeXt:
https://dave.autonoma.ca/blog/2019/05/29/typesetting-markdown-part-2/
If anyone has suggestions to improve the ConTeXt-related portions, please pass them along.
I've considered using ConTeXt's Markdown module, but I'm not sure how much of Pandoc's enhanced Markdown it supports. just test it and tell me what needs to be fixed / added
Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen
just test it and tell me what needs to be fixed / added
I'm looking at https://github.com/Witiko/markdown and wondering which flavour of Markdown this package does support? By reading https://github.com/Witiko/markdown/issues/25 it could mean it could be Pandoc's one, but not sure? Sincerely, Gour -- As the embodied soul continuously passes, in this body, from boyhood to youth to old age, the soul similarly passes into another body at death. A sober person is not bewildered by such a change.
Hans Hagen
writes: just test it and tell me what needs to be fixed / added
I'm looking at https://github.com/Witiko/markdown and wondering which flavour of Markdown this package does support?
By reading https://github.com/Witiko/markdown/issues/25 it could mean it could be Pandoc's one, but not sure? I don't know as I never use these coding methods. But it might make sense to check all these mappings onto context, for instance I think
On 5/30/2019 12:18 PM, Saša Janiška wrote: that pandoc uses \section and such while in fact it should use \startsectionlevel[title={}] ... \stopsectionlevel so that one can embed documents in other documents. (An option is to look into mappings onto xml.) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
sense to check all these mappings onto context, for instance I think that pandoc uses \section and such while in fact it should use \startsectionlevel[title={}] ... \stopsectionlevel so that one can embed documents in other documents.
https://github.com/jgm/pandoc/issues/5539 Feel free to add comments to the issue.
https://github.com/Witiko/markdown is forked from https://github.com/jgm/lunamark. Github user "jgm" is John MacFarlane, the creator of pandoc, and pandoc itself is hosted on github under "jgm" as well: https://github.com/jgm/pandoc. So, it seems a good bet that https://github.com/Witiko/markdown supports pandoc markdown. Regards, David. Excerpts from Saša Janiška's message of May 30, 2019 7:48 pm:
Hans Hagen
writes: just test it and tell me what needs to be fixed / added
I'm looking at https://github.com/Witiko/markdown and wondering which flavour of Markdown this package does support?
By reading https://github.com/Witiko/markdown/issues/25 it could mean it could be Pandoc's one, but not sure?
David Nebauer
https://github.com/Witiko/markdown is forked from https://github.com/jgm/lunamark. Github user "jgm" is John MacFarlane, the creator of pandoc, and pandoc itself is hosted on github under "jgm" as well: https://github.com/jgm/pandoc.
So, it seems a good bet that https://github.com/Witiko/markdown supports pandoc markdown.
Well John MacFarlane is [here](https://commonmark.org/) as well. ;) Sincerely, Gour -- While contemplating the objects of the senses, a person develops attachment for them, and from such attachment lust develops, and from lust anger arises.
participants (4)
-
David Nebauer
-
Hans Hagen
-
Saša Janiška
-
Thangalin