Tutorial in getting started with markdown files.
This project is maintained by ijborda
This is a tutorial on how to make markdown files. No prior knowledge in programming is required.
.md
.prettier
and install it.
Format on Save
. Check format on save.
_italic_
**bold**
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6
[text](url)
[text](directory)
[text](#section-heading)
Note: Remove special characters
![Alt-text](img-path-or-url)
You may use and download this image.
Note: .gif also works
> your-quote
- Level 1
- Level 2
- Level 3
- Level 4
- Level 1
- Level 1
* Level 1
* Level 2
* Level 3
* SLevel4
* Level 1
* Level 1
1. Level 1
1. Level 2
1. Level 3
1. Level 4
1. Level 2
1. Level 4
- [x] List-1
- [ ] List-2
- [ ] List-3
Do I contradict myself?**
Very well then I contradict myself**
(I am large, I contain multitudes.)
Note: Each * represents a space in keyboard
<sub>subscript</sub>
<sup>subscript</sup>
`inline-code`
Note: It uses a symbol called back quote (`). You can see the back quote symbol in your keyboard here.
```
Block code
```
$ inline-equation $
Use: Equation to Latex Use: Latex Math Cheatsheet - 1 Use: Latex Math Cheatsheet - 2
$$ block-equation $$
Use: Equation to Latex Use: Latex Math Cheatsheet - 1 Use: Latex Math Cheatsheet - 2
| Heading1 | Heading2 | Heading2 |
| -------- | -------- | -------- |
| Data | Data | Data |
| Data | Data | Data |
| Data | Data | Data |
Example of tutorials made using markdown files:
Further reading:
Do: Exercises