aboutsummaryrefslogtreecommitdiff
path: root/content/docs/programming-resources/markup-languages
diff options
context:
space:
mode:
Diffstat (limited to 'content/docs/programming-resources/markup-languages')
-rw-r--r--content/docs/programming-resources/markup-languages/_index.md6
-rw-r--r--content/docs/programming-resources/markup-languages/latex/_index.md11
-rw-r--r--content/docs/programming-resources/markup-languages/markdown/_index.md10
3 files changed, 0 insertions, 27 deletions
diff --git a/content/docs/programming-resources/markup-languages/_index.md b/content/docs/programming-resources/markup-languages/_index.md
deleted file mode 100644
index 351dfe0..0000000
--- a/content/docs/programming-resources/markup-languages/_index.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Markup Languages
-description: For writing documents
----
-
-A markup language defines a syntax for writing documents which, after compilation, applies all the styling/formatting, etc to the document
diff --git a/content/docs/programming-resources/markup-languages/latex/_index.md b/content/docs/programming-resources/markup-languages/latex/_index.md
deleted file mode 100644
index e3093a6..0000000
--- a/content/docs/programming-resources/markup-languages/latex/_index.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: LaTeX
-description: The LaTeX document preparation system
-weight: 2
----
-
-LaTeX lets you typeset documents without worrying about the presentation of the document while writing. It's great because you don't have to worry about
-how the document looks while you are focusing on writing the content.
-
-Some useful resources to learn LaTeX:
-- [Luke Smith's playlist on LaTeX](https://www.youtube.com/playlist?list=PL-p5XmQHB_JSQvW8_mhBdcwEyxdVX0c1T): Probably the best videos on YouTube about LaTeX
diff --git a/content/docs/programming-resources/markup-languages/markdown/_index.md b/content/docs/programming-resources/markup-languages/markdown/_index.md
deleted file mode 100644
index ffaab1b..0000000
--- a/content/docs/programming-resources/markup-languages/markdown/_index.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-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