mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-08 10:47:13 +00:00
remove mkdocs specific syntax
This commit is contained in:
parent
8d08c1964f
commit
8026e1465b
77 changed files with 1128 additions and 1128 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Headings
|
||||
|
||||
```markdown linenums="1"
|
||||
```markdown
|
||||
Heading 1
|
||||
=========
|
||||
|
||||
|
@ -16,7 +16,7 @@ Heading 2
|
|||
|
||||
## Text Formatting
|
||||
|
||||
```markdown linenums="1"
|
||||
```markdown
|
||||
*Italic* _Italic_
|
||||
**Bold** __Bold__
|
||||
|
||||
|
@ -25,7 +25,7 @@ Heading 2
|
|||
|
||||
## Links & Images
|
||||
|
||||
```markdown linenums="1"
|
||||
```markdown
|
||||
[link text](http://b.org "title")
|
||||
|
||||
[link text][anchor]
|
||||
|
@ -37,7 +37,7 @@ Heading 2
|
|||
[anchor]: http://url/b.jpg "title"
|
||||
```
|
||||
|
||||
```markdown linenums="1"
|
||||
```markdown
|
||||
> Blockquote
|
||||
|
||||
* unordered list - unordered list
|
||||
|
@ -54,16 +54,16 @@ Heading 2
|
|||
|
||||
### Horizontal rule
|
||||
|
||||
```markdown linenums="1"
|
||||
```markdown
|
||||
--- ***
|
||||
```
|
||||
|
||||
## Code
|
||||
|
||||
```markdown linenums="1"
|
||||
```markdown
|
||||
`inline code`
|
||||
|
||||
```lang linenums="1"
|
||||
```lang
|
||||
multi-line
|
||||
code block
|
||||
```
|
||||
|
@ -71,7 +71,7 @@ Heading 2
|
|||
|
||||
## Table
|
||||
|
||||
```markdown linenums="1"
|
||||
```markdown
|
||||
| column label | column label | column label |
|
||||
|:-------------|:------------:|--------------:|
|
||||
| left-aligned | centered | right-aligned |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue