Skip to content

Problem with headers lower then 3 in org-mode reader #3214

Closed
@kepi

Description

@kepi

Since version 1.17.2 I'm not able to export org documents correctly if there is heading level lower than 3.

* heading one
text
** heading two
text
*** heading three
text
**** heading four
text

Exporting to markdown results in:

heading one
===========

text

heading two
-----------

text

### heading three

text

1.  heading four

    text

Which is wrong. In version 1.17.1-2 it works without any problem. Similar problem is in textile output, looks like markdown is implementing header 4 and lower as numbered list instead of heading.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions