You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-11-06 09:29:26 +02:00
Add mdbook-course to handle parsing frontmatter (#1224)
In v2 of the course, I'd like to include an estimate of the time to be spent on each segment in the Markdown file. I think a good place for such metadata is in the frontmatter. For review purposes, though, I just want to display that information. So, this is a start at a new mdbook preprocessor that just separates out the frontmatter and includes it in a `<pre>` block. Eventually, I'd like to parse it and put the time in the speaker notes. --------- Co-authored-by: Martin Geisler <martin@geisler.net>
This commit is contained in:
committed by
GitHub
parent
ddc9ea1fa6
commit
4815264e2d
@@ -36,6 +36,7 @@ The course is built using a few tools:
|
||||
- [mdbook-svgbob](https://github.com/boozook/mdbook-svgbob)
|
||||
- [mdbook-i18n-helpers](https://github.com/google/mdbook-i18n-helpers)
|
||||
- [mdbook-exerciser](mdbook-exerciser/)
|
||||
- [mdbook-course](mdbook-course/)
|
||||
|
||||
First clone the repository:
|
||||
|
||||
@@ -51,6 +52,7 @@ cargo install mdbook
|
||||
cargo install mdbook-svgbob
|
||||
cargo install mdbook-i18n-helpers
|
||||
cargo install --path mdbook-exerciser
|
||||
cargo install --path mdbook-course
|
||||
```
|
||||
|
||||
Run
|
||||
|
||||
Reference in New Issue
Block a user