Back to Stackedit

Header 1

src/data/markdownSample.md

5.15.41.4 KB
Original Source

Headers

Header 1

Header 2

Header 3

Styling

Emphasize emphasize

Strong strong

==Marked text.==

Mistaken text.

Quoted text.

H2O is a liquid.

2^10^ is 1024.

Lists

  • Item
    • Item
      • Item
  1. Item 1
  2. Item 2
  3. Item 3
  • Incomplete item
  • Complete item

A link.

An image:

A sized image: ![Alt](img.jpg =60x50)

Code

Some inline code.

// A code block
var foo = 'bar';
javascript
// An highlighted block
var foo = 'bar';

Tables

ItemValue
Computer$1600
Phone$12
Pipe$1
Column 1Column 2
centeredright-aligned

Definition lists

Markdown : Text-to-HTML conversion tool

Authors : John : Luke

Footnotes

Some text with a footnote.1

Abbreviations

Markdown converts text to HTML.

*[HTML]: HyperText Markup Language

LaTeX math

The Gamma function satisfying $\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$ is via the Euler integral

$$ \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt,. $$

Footnotes

  1. The footnote.