rust-lang / mdBook

Create book from markdown files. Like Gitbook but implemented in Rust
https://rust-lang.github.io/mdBook/
Mozilla Public License 2.0
18.42k stars 1.65k forks source link

Add djot support, make a test_djot_book folder. #2483

Closed dcampbell24 closed 1 week ago

dcampbell24 commented 1 week ago

Works on #2460. Tell me if you would accept an optional feature instead of this.

ehuss commented 1 week ago

Thanks, but I don't think I'll be accepting additional input formats at this time. If possible, you can maybe try implementing it as a plugin if it is possible to convert the input to HTML (which should just pass-through mdbook's markdown processing).

dcampbell24 commented 1 week ago

Okay, thanks. I made a plugin: https://github.com/dcampbell24/mdbook-djot.