src/data/markdownSample.md
Emphasize emphasize
Strong strong
==Marked text.==
Mistaken text.
Quoted text.
H2O is a liquid.
2^10^ is 1024.
A link.
An image:
A sized image: 
Some inline code.
// A code block
var foo = 'bar';
// An highlighted block
var foo = 'bar';
| Item | Value |
|---|---|
| Computer | $1600 |
| Phone | $12 |
| Pipe | $1 |
| Column 1 | Column 2 |
|---|---|
| centered | right-aligned |
Markdown : Text-to-HTML conversion tool
Authors : John : Luke
Some text with a footnote.1
Markdown converts text to HTML.
*[HTML]: HyperText Markup Language
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,. $$
The footnote. ↩