mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
21 lines
288 B
Markdown
21 lines
288 B
Markdown
|
# Good Markdown
|
||
|
|
||
|
This is just standard good markdown.
|
||
|
|
||
|
## Second level header
|
||
|
|
||
|
This header follows the step down from `level 1`.
|
||
|
|
||
|
- Here it *is*
|
||
|
- Some more **indention**
|
||
|
- why so much?
|
||
|
|
||
|
```bash
|
||
|
ls -la
|
||
|
```
|
||
|
|
||
|
### Walk away
|
||
|
|
||
|
Were all done **here**.
|
||
|
- [Link Action](https://github.com)
|