Markdown: Difference between revisions
From Guerrilla Media Collective Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
* [https://www.youtube.com/watch?v=HndN6P9ke6U Learn The Basics Of Markdown in 10 Minutes With This Video Tutorial] | * [https://www.youtube.com/watch?v=HndN6P9ke6U Learn The Basics Of Markdown in 10 Minutes With This Video Tutorial] | ||
* [http://daringfireball.net/projects/markdown/syntax Full Markdown syntax] | * [http://daringfireball.net/projects/markdown/syntax Full Markdown syntax] | ||
* [https://www.markdownguide.org/extended-syntax/ Extended Markdown syntax] | |||
* [https://dillinger.io/ Online Markdown editor] | * [https://dillinger.io/ Online Markdown editor] | ||
* [https://medium.com/analytics-vidhya/the-ultimate-markdown-guide-for-jupyter-notebook-d5e5abf728fd The Ultimate Markdown Guide] (Or so the author says!) | |||
Latest revision as of 08:12, 17 February 2021
Markdown is is a way of writing plain text (without formatting), so that it can be converted to rich text (with links, bullet points, headers. bolds, italics, etc). This is the exact same editing syntax used for Trello and Loomio, so it's a case of "buy one, get one for free"! The first two links come from Loomio themselves:
- Basic Loomio markdown Tutorial
- More "narrative" Markdown tutorial by Rich Bartlett
- Easy Interactive Markdown Tutorial
- Learn The Basics Of Markdown in 10 Minutes With This Video Tutorial
- Full Markdown syntax
- Extended Markdown syntax
- Online Markdown editor
- The Ultimate Markdown Guide (Or so the author says!)