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
Ok, i have a "fix" but am hung up on one thing. Currently this commit closes out the section before starting a blockquote, however, i'm getting an extra closing </section>
I needed to revisit this due to the bad HTML my changes were generating. I've since fixed the support for blockquotes, as well as enabled html in the test runner, and accounted for HTML blocks as well.
To be honest, I'm really not a fan of the code that it took to accomplish this, but in the end, it does seem to work well. I did add tests for all of the scenarios I had, and all are passing.
Feel free to pull from my fork / refactor / incorporate if you think there's value.
That subject line probably makes little sense, so here's an example. If you put this in the jsfiddle in the readme, you'll see the bad output:
results in
I'm going to make an attempt at fixing this and will submit a PR if I get it, but wanted to post here first incase you know a quick fix.
The text was updated successfully, but these errors were encountered: