Technical Writing section added

This commit is contained in:
rzmk 2023-06-20 12:04:58 -04:00
parent 540222baf1
commit a0cf3114f0
No known key found for this signature in database
8 changed files with 248 additions and 1 deletions

View file

@ -0,0 +1,29 @@
---
sidebar_position: 2
---
# 📝 Markdown
**Markdown** is a markup language that is very useful for taking notes and writing documentation.
In fact, the page you're reading right now is built based on Markdown!
## 📚 Markdown Resources
### 🏫 Learn Markdown
- [Markdown Guide](https://www.markdownguide.org/)
- [Markdown Cheatsheet](https://www.markdownguide.org/cheat-sheet/)
### 📓 Markdown Editors
Here are some Markdown editors you can use for taking notes:
- [Obsidian](https://obsidian.md/)
- [Notion](https://www.notion.so/)
:::note
These programs often have extra features that can be useful for taking notes, such as the ability to create kanban boards, embed images, and more. However, they do support Markdown. Also, you can instead make a new Markdown file in your favorite text editor like Visual Studio Code by saving a file with the `.md` extension.
:::