<main> not processed with parse_block_html #334
Closed
Labels
Comments
Thanks for the report! The reason is that |
The fix for this will be in the next release. |
gettalong
added a commit
that referenced
this issue
Aug 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I was messing around with middleman and kramdown and I stumbled upon a weird behavior: it seems like kramdown won't parse content inside
<main>
html blocks.Here's the markdown I'm trying to process:
Here's it's output using kramdown 1.11.1:
If I change the
<main>
tag to a<div>
, it works:Output:
Is there anything else I can provide you with ?
Thanks for your help.
The text was updated successfully, but these errors were encountered: