Steven Hé (Sīchàng)
Steven Hé (Sīchàng)
Should be fixed by https://github.com/SichangHe/mdbook-katex2/commit/825b6237a5c03ab629ba60dcccf4b2548c71f6f2.
Go ahead. I am not using Racket on VSCode any more so I won't be testing these. But, you can keep this issue if you want.
Looking forward to this as well!
> > So is the idea to use Python code to construct a computation graph using either PyTorch or TensorFlow and then export it to a PyTorch/TensorFlow which can be...
Maybe we can do [this iframe trick](https://www.filamentgroup.com/lab/html-includes/). But, how do you highlight the current page in the side bar?
I suppose we can do this without modifying the binary. 1. Hand write a Table of Content and put it in `/src`, e.g. `/src/toc.html`. 1. Remove the sidebar section in...
The question is why should `HtmlHandlebars` clean the output directory before it renders. For a clean `mdbook build`, this may be explained as ensuring that the build would be consistent....
For future reference, link to where [`HtmlHandlebars` cleans its output directory](https://github.com/rust-lang/mdBook/blob/e14d38194f542e5f5472727a222e00f355a14cd1/src/renderer/html_handlebars/hbs_renderer.rs#L480), and it is [called initially in `build`](https://github.com/rust-lang/mdBook/blob/e14d38194f542e5f5472727a222e00f355a14cd1/src/book/mod.rs#L193).
> Perhaps a directory name with greater entropy would help i.e. `mdbook-output` How would that help? Could you elaborate on that?
> Sure. So the problem I ran into was that in my repository the source files are contained in a directory called “book”, which makes sense for us because we...