Markdown
Markdown is a lightweight markup language with plain text formatting syntax. Its design allows it to be converted to many output formats, but the original tool by the same name only supports HTML.[8] 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.
Since the initial description of Markdown contained ambiguities and unanswered questions, the implementations that appeared over the years have subtle differences and many come with syntax extensions.
![]()
| !— | !—! |
| Filename extensions | .md, .markdown |
| Internet media type | text/markdown; variant=CommonMark |
| Uniform Type Identifier (UTI) | uncertain |
| UTI conformation | public.plain-text |
| Developed by | John MacFarlane, open source |
| Initial release | October 25, 2014 (4 years ago) |
| Latest release | 0.29 (April 6, 2019 (4 months ago)) |
| Type of format | Markup language |
| Extended from | Markdown |
| Extended to | GitHub Flavored Markdown |
| Open format? | yes |
| Website | spec.commonmark.org |
Markdown
Everysite has different Markdown Grammer, please check belows. I would recommend to check GitHub first and check with HackMD Markdown. HackMD can use split window so you can see the change interactively. GitHub Markdown Guides HackMD Markdown Guides markdownguide.org