xijo/reverse_markdown

unknown end tag: br

Closed this issue · 5 comments

Please add line breaks.

I'm having the same issue. What's weird is that in mapper.rb (https://github.com/xijo/reverse_markdown/blob/master/lib/reverse_markdown/mapper.rb#L138) it appears as though br tags should be supported.

I'm looking into why this isn't working and will try to come up with a solution and then a PR.

I believe this is because you are passing in an html fragment and not an html doc. IE this expects <html><body></body></html> tags

Wrong again -- it's not that it's just a fragment. Still trying to figure out why this is happening.

xijo commented

Hey there, think I'll have some time this weekend to look into reverse_markdown, I'll keep you updated here!

xijo commented

Well, it took me a little longer to look into that issue, in fact I did a rewrite on the basics and version 0.5.0 is soon to be released. This should then fix your issues with
tags.

For now I'd close this issue, please feel free to reopen it if the problem stays.

Thanks for reporting! 👍