You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your markup looks fine to me too. It's a bug that ronn is not handling it.
I think what's happening is that the list items processor is expecting only inline tags inside the list item content. p is a block tag, not an inline tag. The list item handling probably needs to be expanded to support block tags.
When converting text like this:
ronn-ng complains
warn: unrecognized inline tag: ["p"]
and omits the inner text block.The text is from markdown file https://github.com/tj/git-extras/blob/master/man/git-authors.md
The text was updated successfully, but these errors were encountered: