Skip to content

Testing different forms of stylings in Github markdown files

License

Notifications You must be signed in to change notification settings

edsonayllon/Markdown-Experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

author category tags status twitter
Edson Ayllon
research
Markdown
Documentation
complete and ongoing

Research 7-2019

Markdown-Experiments

Testing different forms of stylings in Github markdown files

YAML frontmatter

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

Link references

![cat][id]

[id]: https://octodex.github.com/images/dojocat.jpg

cat

Figure captions

Workaround for now.

![cat][id]
<p align="center">
  <b>Figure 1.</b> A cat
</p>

cat

Figure 1. A cat

Mixed blockqoute styles

> # Heading 1
> ## Heading 2
> ### Heading 3
> **Bold** *Italic* ~~Strike~~

Heading 1

Heading 2

Heading 3

Bold Italic Strike

Comments

<!-- html comment -->

[//]: # (Unused variable as a comment)

Collapsible sections

<details>
<summary>"Click text to expand"</summary>
Hidden details
</details>
"Click text to expand" Hidden details

Badges

See https://github.com/badges/shields.

![version](https://img.shields.io/badge/version-1.2.3-blue)

version

Footnotes

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

Latex Equations

See Online LaTeX Equation Editor or Quick Latex.

![equation](https://latex.codecogs.com/gif.latex?F_n%20%3D%20F_%7Bn-1%7D%20&plus;%20F_%7Bn-2%7D)

equation

Multi-tag lists

video timestamp

About

Testing different forms of stylings in Github markdown files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published