Markdown syntax

Published 8 months ago: June 01, 2020


This cheatsheet is a small collection of handy snippets for quick reference in tricky situations. Feel free to suggest edits, propose additions, complain about something, disagree with content or such and the like. Every feedback is a welcome one.

Markdown

A more complete list of commonly used Markdown found here

Definition List

term : definition

You can make links to headings based on the heading text, for example:

### My Heading

Lorem ipsum...

[Reference](#my-heading)

GitHub specific

In order to create table of contents (TOC) in markdown files on GitHub, put this snippet anywhere you would want a TOC to be generated:

* TOC
{:toc}

Christoffer Lybekk

Developer under development

Explore more articles with similar tags

MarkdownSyntaxCheatsheet

Article stats


56words

7sentences

7paragraphs

1 minread time