Michael Howell
Michael Howell
This commit is not meant to be merged as-is. It's meant to run in Crater, so that we can estimate the impact of bumping to the new version of the...
This result makes sense, since inline HTML being inline implies that it is parsed after block quotes, while block HTML being copy-and-pasteable implies that it should eat Markdown syntax like...
When an image is included in a README or a doc file, docs.rs links directly to it. It should do like GitHub does and do proxying and caching for it.
`stack bench` output: Before ``` commonmark-cli > build (exe) commonmark-cli > Preprocessing executable 'commonmark' for commonmark-cli-0.2.1.. commonmark-cli > Building executable 'commonmark' for commonmark-cli-0.2.1.. commonmark-cli > copy/register commonmark-cli > Installing executable...
`instructions` should, instead of containing the JavaScript code, contain objects that get serialized on the harness side and deserialized in the browser. For example, parseAssertCssInner is currently implemented like this:...
**Describe the issue** On an attribute with nested brackets, the ending brackets aren't highlighted the same as the starting brackets. **Which language seems to have the issue?** Rust **Are you...
``` changelog: [`doc_markdown`]: correctly detect backslash-escaped `` ` `` ```
Before this change, the Rust `unstable-book` is 88MiB. With this change, it becomes 15MiB. Other pages might not be as extreme, but it's expected to help any book like this....