aboutsummaryrefslogtreecommitdiff
path: root/content/docs/programming-resources/markup-languages/markdown/_index.md
blob: ffaab1b8ac22d7f6d5867a3d4c4bf384cb07e7ca (plain)
1
2
3
4
5
6
7
8
9
10
---
title: Markdown
description: The simplest markup language
weight: 2
---

Markdown is one of the simplest markup languages, and it's used by many programs such as Hugo, GitHub and even Reddit.
You can use [pandoc](https://pandoc.org/) to compile your markdown documents into PDFs/other formats.

- [Markdown Guide](https://www.markdownguide.org/basic-syntax): everything you need to know to get started