Skip to content

Instantly share code, notes, and snippets.

@Oxalisviolacea
Last active July 16, 2020 04:48
Show Gist options
  • Select an option

  • Save Oxalisviolacea/f1bafbdaf91cef0bfe6dc1b69f833775 to your computer and use it in GitHub Desktop.

Select an option

Save Oxalisviolacea/f1bafbdaf91cef0bfe6dc1b69f833775 to your computer and use it in GitHub Desktop.

Reference: Markdown Cheatsheet https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#lists

Headings

Heading 1 (largest)

Heading 6 (smallest)

note: use space between # and text

Emphasis
italics
bold
Strike through

Lists

  1. Ordered list
  • Unordered list
    Indentation 1 (3 spaces before and two spaces after)
    Note: to start a new line add two trailing spaces

Links
I'm an inline-style link with title

You can use numbers for reference-style link definitions

Images
Inline-style:
alt text
Reference-style:
alt text

Code and Syntax Highlighting
Inline Code: use back-ticks
Code Block:

new_var = "Python syntax highlighting"
print new_var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment