You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mkbook/docs-src/02-markdown/README.md

934 B

title = "Markdown"title = "Markdown"

Markdown

mkbook relies pretty extensively on Markdown for its ease of use. If you're not familiar with Markdown, it is a simple markup language that is design to be easy to read and write in plain text, and then (relatively) easy for a computer to convert into other formats such as HTML or LaTeX.

The above paragraph looks like this:

_mkbook_ relies pretty extensively on
[Markdown](https://daringfireball.net/projects/markdown/) for its ease of use.
If you're not familiar with _Markdown_, it is a simple markup language that is
design to be easy to read and write in plain text, and then (relatively) easy
for a computer to convert into other formats such as HTML or LaTeX.

Markdown by itself isn't quite enough for most purposes, so mkbook actually uses the CommonMark spec with some additional extensions to make life easier.