Skip to content

Latest commit

 

History

History
66 lines (62 loc) · 2.13 KB

Markdown.md

File metadata and controls

66 lines (62 loc) · 2.13 KB

My Markdown Cheat Sheet

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: del
\ decode
`--- ---`
<details><summary></summary></details> HTML tag: drop down
[site](url) site
![file](url) file
:bomb: :heart: :joy: :smile: :sparkles: :tada: :vs: :warning: :zap: :+1: 💣 ❤️ 😂 😄 ✨ 🎉 🆚 ⚠️ ⚡ 👍

How to take notes? In .txt .word Onenote HTML? Try Markdown!

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 \


Create a Task List

  • @jlsf
    • skdjjk
    • #1
  • link
    • image
      • sdkjf
      • sdjf

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