diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-01-30 20:36:22 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-01-30 20:36:22 +0530 |
commit | 98147e66232619a4655856467b55ac9c808eb0ca (patch) | |
tree | b2dd189a5b563839dc9f1e44794e9e2306302336 /content/docs/programming-resources/markup-languages/markdown/_index.md | |
parent | ae3b27daf9400e6b65708f2b5f38e04c1664d8fc (diff) |
added markup languages
Diffstat (limited to 'content/docs/programming-resources/markup-languages/markdown/_index.md')
-rw-r--r-- | content/docs/programming-resources/markup-languages/markdown/_index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/content/docs/programming-resources/markup-languages/markdown/_index.md b/content/docs/programming-resources/markup-languages/markdown/_index.md new file mode 100644 index 0000000..ffaab1b --- /dev/null +++ b/content/docs/programming-resources/markup-languages/markdown/_index.md @@ -0,0 +1,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 |