File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
Testing callout blablablablabalabl
8
8
9
+ HTTP
10
+
9
11
### Sub-title
10
12
11
13
| lol1 | lol2 | lol3 |
23
25
This is just regular
24
26
text, testing newline logic
25
27
28
+ HTTP
29
+
26
30
for this flavor of markdown
27
31
28
32
I like ` inline code ` ; I can even have syntax highlighting for it,
40
44
41
45
1. Oveerkul
42
46
47
+ BBQ
48
+
43
49
` ` ` markdown hl_lines="1 3-5"
44
50
45
51
with mkdocs
Original file line number Diff line number Diff line change
1
+ * [ HTTP] : Hypertext Transfer Protocol
2
+ * [ BBQ] : Barbeque
Original file line number Diff line number Diff line change 7
7
- content.code.copy
8
8
9
9
markdown_extensions :
10
+ - pymdownx.snippets :
11
+ auto_append :
12
+ - includes/abbreviations.md
10
13
- admonition # callouts
11
14
- pymdownx.details # callouts
12
15
- pymdownx.superfences # callouts, annotations
13
16
- attr_list # annotations
17
+ - abbr # abbreviations
14
18
- md_in_html # annotations
15
19
- pymdownx.highlight # highlighting
16
20
- pymdownx.inlinehilite # inline highlighting
You can’t perform that action at this time.
0 commit comments