Eric Huss

Results 751 comments of Eric Huss

@ISSOtm Can you provide a more detailed description of what this does, how this works, what it looks like, and what the use case is? Also, this will need: *...

I'm concerned that this stretches the draft chapters beyond what the intended behavior is. I think people will abuse this to implement non-chapter organization (that is, not using them as...

Ah. In that case, I think something like this should probably go through more of a design process before progressing with a PR. I think to move forward with something...

I'm going to close in favor of discussing a proposed change in #1340. Thanks!

Sorry, it is not really clear what you are asking. Chapters are numbered in the summary along the sidebar. If you want to display the chapter number somewhere else on...

Thanks for the PR! Per the comment at https://github.com/rust-lang/mdBook/issues/1187#issuecomment-612970155, can this be a setting in `book.toml` instead?

Ok, seems fair to have a separate file. I personally prefer to keep things in one place, and to not have too many files, just to keep things simple (there's...

> What exactly? We can also add this to the config if you want to, but I need any solution to ignore specific files processed by mdbook. There is a...

I might prefer just making it a field in the config, like `exclude = ["src/foo/*"]`. But a question is, why add files to the src directory, but don't want them...

I'm guessing the original was linking to https://docusaurus.io/docs/markdown-features/admonitions, though it is not clear. Features like this are best implemented as a preprocessor.