hraban/cl-markdown

Parsing error

Opened this issue · 2 comments

Hello, I'm using cl-markdown for a documentation project. So far, it's awesome.

I'm having an issue where the following:

title
=====
text under title

produces:

<h1>title text under title </h1>

what I expect is:

<h1>title</h1><p>text under title</p>

adding another line break between ===== and text under title yields correct results.

Hi Andrew,

Thanks for the problem report. I'm glad you found a work-around. My time is tight right now (and looks to remain so) so I'm afraid I can't promise a fix anytime soon. :-(. I will look into though.

thanks again,

hraban commented

Confirmed, thanks for the bug report.