Ben Chuanlong Du's Blog

It is never too late to learn.

Writing Docs Using Markdown

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Markdown Standard

  1. CommonMark is the Markdown standard. Its specs can be found at commonmark-spec. https://talk.commonmark.org/ is the community forum for CommonMark. Note that CommonMark is supported by GitHub …

Markdown Tools Written in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

mdBook

mdBook is a utility to create modern online books from Markdown files.

crowbook

Crowbook's aim is to allow you to write a book in Markdown without worrying about formatting …

Make Charts in Markdown Using Mermaid

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://frehberg.com/2022/12/docs-as-code-mermaid-inline-diagrams/ Docs as Code: Mermaid inline diagrams

Tools for Rust

https://crates.io/crates/aquamarine Aquamarine is a procedural macro extension for rustdoc, that aims to …