---
title: Markdown
kind: note
description: Resources Cheat Sheet Implementations / Interpretations / Specs CommonMark ^f8fc74 GitHub Flavored Markdown Parsers Python Mistune miyuchina/mistletoe
words: 17
readingMinutes: 1
created: '2024-08-19T18:35:41+02:00'
updated: '2026-06-29T13:10:58+02:00'
---
## Resources
- [Cheat Sheet](https://www.markdownguide.org/cheat-sheet/)
### Implementations / Interpretations / Specs
- [CommonMark](https://spec.commonmark.org/) ^f8fc74
- [GitHub Flavored Markdown](https://github.github.com/gfm/)
### Parsers
#### [Python](/notes/python)
- [Mistune](https://mistune.lepture.com/en/latest/)
- [miyuchina/mistletoe](https://github.com/miyuchina/mistletoe)
