MdBook – a command line tool to create books with Markdown
rust-lang.github.io
MdBook – a command line tool to create books with Markdown
1–10 of 71 posts
Re: MdBook – a command line tool to create books with Markdown
#2Re: MdBook – a command line tool to create books with Markdown
#3Related: GitHub Gist: "Document Conversion": https://gist.github.com/datacustodian/4483fff487a0ef70c7b760... https://en.wikipedia.org/wiki/List_of_document_markup_langua... https://pandoc.org/ https://news.ycombinator.com/item?id=39164002 https://asciidoc.org/
Re: MdBook – a command line tool to create books with Markdown
#4Re: MdBook – a command line tool to create books with Markdown
#5While we're on the topic of MD, what's the best system for Markdown-based static blogs these days? With good code highlighting, images, colors, etc.
Re: MdBook – a command line tool to create books with Markdown
#6While we're on the topic of MD, what's the best system for Markdown-based static blogs these days? With good code highlighting, images, colors, etc.
Jekyll - written in Ruby
Hugo - written in Go
Zola - written in Rust
Re: MdBook – a command line tool to create books with Markdown
#7While we're on the topic of MD, what's the best system for Markdown-based static blogs these days? With good code highlighting, images, colors, etc.
Re: MdBook – a command line tool to create books with Markdown
#8While we're on the topic of MD, what's the best system for Markdown-based static blogs these days? With good code highlighting, images, colors, etc.
Re: MdBook – a command line tool to create books with Markdown
#9While we're on the topic of MD, what's the best system for Markdown-based static blogs these days? With good code highlighting, images, colors, etc.
I’ve been running quarto [0] for a few months now and I’m happy with it. Posts are saved as .qmd, with a little bit of special front matter for formatting and tagging. `quarto render` converts the .qmd(s) according to a simple config file. [0] https://quarto.org/
Re: MdBook – a command line tool to create books with Markdown
#10While we're on the topic of MD, what's the best system for Markdown-based static blogs these days? With good code highlighting, images, colors, etc.