Markdown Cheat Sheet For MkDocs With Material Theme🔗
What's Markdown🔗
Markdown is a lightweight markup language with plain text formatting syntax. It is designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. As the initial description of Markdown contained ambiguities and unanswered questions, many implementations and extensions of Markdown appeared over the years to answer these issues.
This Page is fully written with Markdown Language and converted to HTML
What Can We Do With Markdown?🔗
Well, a lot!
The Documentation
- We can create lists. like this one
- Or list like this one
- Nested
- Using emojis
- We can create Block Quotes:
Markdown is a lightweight markup language with plain text formatting syntax
We can create Block Quotes that are nested
Highlight orstrike throughand more... using Text Hightlights
- Adding images
- Embedding YouTube Videos, Gists, Lucid Charts
- Creating Tables
Description | Syntax |
---|---|
Image with html tag | <img src="https://octodex.github.com/images/minion.png" width=100> |
Link | [GitRepo](https://github.com/fire1ce/3os.org/) |
Poop Icon | :poop: |
Help by contributing by submitting your changes and opinions to any topic