Eric Huss
Eric Huss
I think this is overall blocked on https://github.com/raphlinus/pulldown-cmark/pull/622.
Thanks! Can you say more about your use case? I think it would be good to discuss the particular location for where the footer is located. At first glance it...
Thanks for the PR! Unfortunately I don't really understand what this PR is for, the description seems to be missing an explanation of *why* it is being proposed. There are...
I'm not sure if this question is asking for actually pushing to a separate *repository*. In that case, you will need to set up a secret in Actions with a...
I'm wondering, would it be possible to make this part of the SUMMARY instead of making it a configuration option? That is, before the chapter list, allow an image to...
I placed a `jsx` language tag on a code block, and it seems to highlight fine for me: Can you say more about what issue you ran into?
Can you verify in your reproduction that you have this in `chapter_1.md`: ``` foo `x \ x` bar `y \\ y` baz ``` The particular `echo` statement you show behaves...
Copying my comment from #1730: I suspect it would be around [here](https://github.com/rust-lang/mdBook/blob/0ec4b692f49b11d961e740e1ed14c4507d48621d/src/renderer/html_handlebars/helpers/toc.rs#L63-L67), where it uses an `` for the spacer. Perhaps it could use a different tag, like ``? However,...
This may be the wrong place to ask how to set up a website. There are some instructions on how to deploy mdBook in the [wiki](https://github.com/rust-lang/mdBook/wiki/Automated-Deployment) to GitHub Pages or...
Thanks! I'm not sure why it didn't auto-close.