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
Kenton Hamaluik d7c1bbbbcb added chapters about linking and latex 5 years ago
..
01-commonmark.md massages latex a bit, removed extraneous headings from book source 5 years ago
02-syntax-highlighting.md massages latex a bit, removed extraneous headings from book source 5 years ago
03-plantuml-diagrams.md massages latex a bit, removed extraneous headings from book source 5 years ago
04-katex-formulas.md massages latex a bit, removed extraneous headings from book source 5 years ago
05-images.md massages latex a bit, removed extraneous headings from book source 5 years ago
06-tables.md added tables and footnotes, but footnotes not working in latex? 5 years ago
07-task-lists.md added tables and footnotes, but footnotes not working in latex? 5 years ago
08-links.md added chapters about linking and latex 5 years ago
README.md massages latex a bit, removed extraneous headings from book source 5 years ago

README.md

title = "Markdown"title = "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 designed 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.