here we go again
<iframe src=https://example.com ></iframe>details
lorem ipsum, quia dolor sit, amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem. ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? quis autem vel eum iure reprehenderit, qui in ea voluptate velit esse, quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat, quo voluptas nulla pariatur?
Interesting things you can do with Markdown.
- https://daringfireball.net/projects/markdown/ << where it all started
- https://en.wikipedia.org/wiki/Markdown
- https://en.wikipedia.org/wiki/Wiki#Editing
- https://github.com/showdownjs/showdown
- https://guides.github.com/features/mastering-markdown/
- https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
- https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md
- https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf
tips
- https://github.com/shaunlebron/github-markdown-hacks
- https://www.webfx.com/tools/emoji-cheat-sheet/
- https://github.com/bryanbraun/poor-mans-styleguide
- https://www.poormansstyleguide.com/
tests
abc def ghi
YAML here
www.google.com. example.com
Mentions
@theo-armour
YAML
http://alvinalexander.com/technology/markdown-comments-syntax-not-in-generated-output/
<sub>abc def 123</sub>
abc def 123
<abbr>AEC</abbr>
The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.
AEC
The WHO was founded in 1948.
Small:
abc ABC <small>abc def 123</small> ABC abc
abc ABC abc def 123 ABC abc
thing
iframe test
_italics_ *italics*
italics italics
**bold**
bold
***bold and italics***
bold and italics
~~Strike through~~
Strike through
Press <kbd>W</kbd> to go up, and <kbd>A</kbd> to go down.
If you can find the <kbd>ESC</kbd>, pressing that will fire missiles 🚀
Press W to go up, and A to go down. If you can find the ESC, pressing that will fire missiles 🚀
***
---
___
[Example.com]( https://example.com "title" )
text 1 not
| h1 | h2 | h3 |
|:------|:-------:|--------:|
| 100 | [a][1] | ![b][2] |
| *foo* | **bar** | ~~baz~~ |
h1 | h2 | h3 |
---|---|---|
100 | [a][1] | ![b][2] |
foo | bar |
* item
* item
* item
* item
* item
* item
* item
- item
- item
- item
- item
- item
- item
- item
```
line of code with 3 backquote characters
line of code
line of code
```
line of code
line of code
line of code
text with `back quote` characters
text text
text
> quote
> quote
> quote
quote quote quote
Footnotes
-
footnote ↩