diff --git a/index.html b/index.html new file mode 100644 index 0000000..9f6917e --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ +Markdown +# +## +### +#### +##### +###### +Style Syntax Keyboard shortcut Example Output +Bold ** ** or __ __ Command+B (Mac) or Ctrl+B (Windows/Linux) **This is bold text** This is bold text +Italic * * or _ _      Command+I (Mac) or Ctrl+I (Windows/Linux) _This text is italicized_ This text is italicized +Strikethrough ~~ ~~ None ~~This was mistaken text~~ This was mistaken text +Bold and nested italic ** ** and _ _ None **This text is _extremely_ important** This text is extremely important +All bold and italic *** *** None ***All this text is important*** All this text is important +Subscript None This is a subscript text This is a subscript text +Superscript None This is a superscript text This is a superscript text