ixmatus / orgmode-parse

Attoparsec parser combinators for parsing org-mode structured text!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bold is incorrectly parsed as a header

volhovm opened this issue · comments

I'll need to double-check, but I have a strong suspicion that

* My header
Text1
*TODO* Text2
Text3

will be parsed as two headers, TODO* Text2 being the second one. In emacs org-mode it would produce a single header with TODO in bold.

I've run into this issue as well.

I believe this is a duplicate of #49?

Yeah, looks like a subset of that issue