emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Tables not converted to markdown format with markdown exporter


From: Nicolas Goaziou
Subject: Re: [O] Tables not converted to markdown format with markdown exporter
Date: Wed, 08 Feb 2017 14:22:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hello,

Joost Kremers <address@hidden> writes:

> There are certainly markdown variants that support tables,
> MultiMarkdown, PHP Markdown Extra and Pandoc markdown do, for example.

Org only supports vanilla markdown out of the box. So there is no table
conversion available (it is exported as HTML since vanilla markdown
does support raw HTML).

Various ELPA provide more advanced markdown conversion. The OP may use
those.

Since Org table and expected markdown tables are identical, another
option is to force to export raw tables by surronding them within
a #+begin_export md...#+end_export md block.

This can be done automatically in a dedicated hook, e.g.,
`org-export-before-parsing-hook'. See manual for details.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]