diff --git a/README.md b/README.md index 73a57b4..84c84e1 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ As said above, any editors can be used to edit markdown. However, there are a fe * **[*MarkdownPad*](http://markdownpad.com/)** : best for Windows. * **[*Remarkable*](https://remarkableapp.github.io/)** : best for Linux. * **[*GITBOOK*](http://www.gitbook.com/)** : GitBook is a modern publishing toolchain. Making both writing and collaboration easy. It does both support Markdown and have a close relation with the beloved Github. + * **[*Zettlr*](https://www.zettlr.com/)** : additional for Linux.
+ ## Markdown Syntax All Syntax can be found [here](https://daringfireball.net/projects/markdown/syntax) . It would take a lot of effort to describe syntax in text (they will be formatted) so please consider this table below for the whole basics syntax. @@ -78,6 +80,7 @@ All Syntax can be found [here](https://daringfireball.net/projects/markdown/synt | Headers | \#, \##, \###, \####, \#####, \###### (from h1 to h6) |