Markdown | a text makeup language |
---|---|
#^(1-6) |
header 1-6 |
num. |
order list |
- |
inorder list |
- [x] |
task list |
--- |
light line |
___ |
heavy line |
> |
blockquote |
``` | code block |
` | inline code |
*itelic* |
itelic |
**bold** |
bold |
<del>del</del> |
HTML tag: |
\ |
decode |
`--- | ---` |
<details><summary></summary></details> |
HTML tag: drop down |
[site](url) |
site |
![file](url) |
|
:bomb: :heart: :joy: :smile: :sparkles: :tada: :vs: :warning: :zap: :+1: |
💣 ❤️ 😂 😄 ✨ 🎉 🆚 |
Glossary
- Markdown
- A plain text format for writing structured documents, based on formatting conventions from email and usenet.
- A simple and widely used markup language for formatting text.
- CommonMark
- A strongly defined, highly compatible specification of Markdown
- Proposing a standard, unambiguous syntax specification for Markdown, along with a suite of comprehensive tests to validate Markdown implementations against this specification.
- plain simple
- makeup dress up
- usenet a email site
- compatible could use
- specification a standard
- unambiguous have a obvious meaning
- validate check
- emphasis special importance given to something
- asterisk *
- underscore _
- backslash \
- @jlsf
-
skdjjk - #1
-
- link
turn on Github Pages in github settings create a pull request edit the file in pull request's files changed commit your changes merge branch in pull request's conversation delete the branch