emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [export] Markdown - Exporting headings


From: Nicolas Goaziou
Subject: Re: [O] [export] Markdown - Exporting headings
Date: Fri, 06 Jan 2017 10:39:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hello,


sergio ruiz <address@hidden> writes:

> For some reason, when I export headings under over 2 deep, I get an 
> unexpected  markdown export. For example:
>
> * First header
> ** second level
> *** Third level
> **** Fourth level
>
>
> gives me:
>
> First header<a id="sec-1" name="sec-1"></a>
> ============
>
> second level<a id="sec-1-1" name="sec-1-1"></a>
> ------------
>
> 1.  Third level
>
>     1.  Fourth level
>
>
> ideas?

This is a limitation of Mardown syntax. See

  (info "(org) Markdown export")

and `org-md-headline-style' variable.

Regards,

-- 
Nicolas Goaziou



reply via email to

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