Michael Howell

Results 244 comments of Michael Howell

@wooorm Okay, I sorted the examples under the HTML Block and Raw HTML sections.

Are there any additional blocking concerns for this patch?

https://github.com/commonmark/commonmark-spec/pull/795

It’s not just that. The unresolved question is if making the sidebar dependent on JS is okay.

Another option: include the TOC in `index.html`, but require JS for every other page.

Second commit has another solution to that problem: use an iframe. Those work without JavaScript. I wind up using it as a fallback, instead of replacing the JS solution, because...

Removing that restriction would make it simpler to specify how a list item is made. But it would make it more complex to decide whether a list item is loose...

Full disclosure: I want the commonmark spec to disclaim any requirements for lone surrogates anywhere in the document because pulldown-cmark uses Rust strings for input (which cannot contain lone surrogates...