Skip to content

Latest commit

 

History

History
168 lines (113 loc) · 2.25 KB

test.md

File metadata and controls

168 lines (113 loc) · 2.25 KB

Blockquotes

Blockquote Still blockquote
Again

sub-blockquote

sub-sub blockquote

Inline code

Inline code

Keyboard input

Ctrl + S

Block code

Non interpreted <i>block code</i>
Non interpreted <i>block code</i>
Interpreted block code

Highlighted block code

var foo = function (bar) {
  return bar++;
};
diff --git a/filea.extension b/fileb.extension
index d28nd309d..b3nu834uj 111111
--- a/filea.extension
+++ b/fileb.extension
@@ -1,6 +1,6 @@
-oldLine
+newLine

Formatting

Not interpreted in a pre

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

*Literal asterisks*

Interpreted in a pre

Strikethrough

Strikethrough

Underline

Indice sub

Exposant sup

©

➤

Horizontal rule




Images

Alt Alt Alt

Links

http://google.com
Text
Text
Text

Bulleted list

  • Item 1 With content
  • Item 2
    With content and preserving line break ("Item 2" is followed by 2 spaces)
  • Item 3
  • Item 4
  • Item 5
  • Item 6

Numbered list

  1. Item 1
  2. Item 2
  3. Item 3
    • Item 3a
    • Item 3b
  4. Item 4 The number doesn't really matters
  5. Item 5
  6. Item 6
  7. Item 7

Table

| Default is left | Left-aligned | Center-aligned | Right-aligned |
| --- | :---         |     :---:      |          ---: |
| A | B   | C     | E    |
| F \| G | H     | I       | J      |
Default is left Left-aligned Center-aligned Right-aligned
A B C E
F | G H I J

Newlines

Return carriage at the end of the line Is ignored

Append two spaces at the end
The preserve the newline

Or you separate the lines

By a blank line

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

This is an H1

This is an H2