author | category | tags | status | |||
---|---|---|---|---|---|---|
Edson Ayllon |
research |
|
complete and ongoing |
Testing different forms of stylings in Github markdown files
YAML-formatted metadata goes at the beginning of a document. Converts to a horizontal table
---
author: Edson Ayllon
category: research
tags:
- Markdown
- Documentation
status: complete and ongoing
twitter: https://twitter.com/relativeread
---
![cat][id]
[id]: https://octodex.github.com/images/dojocat.jpg
Workaround for now.
![cat][id]
<p align="center">
<b>Figure 1.</b> A cat
</p>
Figure 1. A cat
> # Heading 1
> ## Heading 2
> ### Heading 3
> **Bold** *Italic* ~~Strike~~
Bold Italic
Strike
<!-- html comment -->
[//]: # (Unused variable as a comment)
<details>
<summary>"Click text to expand"</summary>
Hidden details
</details>
"Click text to expand"
Hidden detailsSee https://github.com/badges/shields.
![version](https://img.shields.io/badge/version-1.2.3-blue)
## Footnotes
Inline text.<sup id="a1">[1](#f1)</sup>
[<b id="f1">1.</b>](#a1) Footnote content here.
Inline text [[1]](#Footnotes).
[1] Footnote content here.
Inline text.1
1. Footnote content here.
Inline text [1].
[1] Footnote content here.
See Online LaTeX Equation Editor or Quick Latex.
![equation](https://latex.codecogs.com/gif.latex?F_n%20%3D%20F_%7Bn-1%7D%20+%20F_%7Bn-2%7D)
video
timestamp