Skip to content

Instantly share code, notes, and snippets.

@theo-armour
Last active February 15, 2021 01:38
Show Gist options
  • Save theo-armour/d266d7918d341aed456dc48fc578bf06 to your computer and use it in GitHub Desktop.
Save theo-armour/d266d7918d341aed456dc48fc578bf06 to your computer and use it in GitHub Desktop.

Test

here we go again

https://www.flickr.com/

<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.

Links of Interest

tips

tests

abc def ghi

:bowtie:

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

Text

_italics_ *italics*

italics italics

**bold**

bold

***bold and italics***

bold and italics

Strike through

~~Strike through~~

Strike through

Keyboard

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 🚀

Horizontal rules

	***
	---
	___



Links

[Example.com]( https://example.com "title" )

Example.com

text 1 not

Tables

| h1    |    h2   |      h3 |
|:------|:-------:|--------:|
| 100   | [a][1]  | ![b][2] |
| *foo* | **bar** | ~~baz~~ |
h1 h2 h3
100 [a][1] ![b][2]
foo bar baz

Lists

* item
* item
* item
	* item
	* item
		* item
* item
  • item
  • item
  • item
    • item
    • item
      • item
  • item

Code

	```
	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

Quotes

> quote
> quote
> quote

quote quote quote

Audio

Your browser does not support the audio element.

Images

	![External Link Icon]( https://picsum.photos/800/600/?random =100x100 )

	![ text ]( https://picsum.photos/800/600/?random  =400x300 )

	![ text ]( https://picsum.photos/800/600/?random  =200x150 )

![External Link Icon]( https://picsum.photos/800/600/?random =100x100 )

![ text ]( https://picsum.photos/800/600/?random =400x300 )

![ text ]( https://picsum.photos/800/600/?random =200x150 )

Figures

<figure style=display:inline-block; >
<a href=https://google.com >
<img src="https://picsum.photos/200/200/" >
<figcaption>Fig1. - A view of image 1</figcaption>
<a>
</figure>
Fig1. - A view of image 1 Fig2. - A view of the caption

Footers



# ## ❦ # ❦

Footnotes

  1. footnote

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment