Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions