Skip to content

oscarbebop/markdown-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

My Markdown Notes

Headers

h1

h2

h3

h4

h5
h6

Emphasis

Emphasis, aka italics, with asterisk or underscores.
Strong emphasis, aka bold, with asterisk or underscores. Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this

List

Ordered list

  1. First ordered list item
  2. Another item
  3. Last item

Unordered list

we can use * - + to create an unorderes list

  • with asterisks *
  • with dashes -
  • with plus +

Links

There are different ways to create links

I'm an inline-style link
I'm an inline-text link with title
I'm a reference-style link
You can use numbers for reference-style link definition Or leave it empty and use the link text itself

URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com or http://www.example.com and sometimes example.com (but not on Github, for example).

Images

You can add images in two different ways (Hover to see the title text)

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

Code and syntax highlighting

Inline code

inline code

Block code

public class Main {
  public static void main(String[] args) {
    System.out.println("Hello World");
  }
}
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.

Tables

Normal Table

Product Category Price
product 1 category 1 $1600
product 2 category 2 $12
product 3 category 3 $1

Aligned table

Product Category Price
Product 1 Category 1 $1000
Product 2 Category 2 $1000
Product 3 Category 3 $1000

Table with styles

Product Category Price
Product 1 Category 1 $1000

Blockquotes

Blockquotes are very handy in email to emulate reply text. This line is part of the same quote.

Quote break.

This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.

Horizontal Rule

three or more ---


About

My personal markdown notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published