Last active
August 26, 2023 23:14
-
-
Save killercup/a793e09638379dbc74e4 to your computer and use it in GitHub Desktop.
Convert The Rust Programming Language to Epub
@kmcallister No Rust code was harmed in the making of these files (just a whole lot of Markdown).
@killercup: Pandoc can actually do syntax-higlighting of Rust code. Simply change
``` {rust}
fn main() {}
```
to
```rust
fn main() {}
```
with a regex or something, and your ePub file will have beautiful, coloured code. :-)
Can we get an update for these files to the latest version of the book? Thanks!
https://gist.github.com/killercup/a793e09638379dbc74e4#gistcomment-1452859
Won't be an update in the code or the ebook download links?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ruby, Rust, and Haskell working together!