Skip to content

Latest commit

 

History

History
256 lines (171 loc) · 3.75 KB

File metadata and controls

256 lines (171 loc) · 3.75 KB

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

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

 


�

# �

## �

# �