Skip to content

Commit 82555e2

Browse files
committed
Added abbreviations and stuff
1 parent c91bd66 commit 82555e2

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docs/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
Testing callout blablablablabalabl
88

9+
HTTP
10+
911
### Sub-title
1012

1113
| lol1 | lol2 | lol3 |
@@ -23,6 +25,8 @@
2325
This is just regular
2426
text, testing newline logic
2527

28+
HTTP
29+
2630
for this flavor of markdown
2731

2832
I like `inline code`; I can even have syntax highlighting for it,
@@ -40,6 +44,8 @@ and:
4044
4145
1. Oveerkul
4246
47+
BBQ
48+
4349
```markdown hl_lines="1 3-5"
4450

4551
with mkdocs

includes/abbreviations.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*[HTTP]: Hypertext Transfer Protocol
2+
*[BBQ]: Barbeque

mkdocs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ theme:
77
- content.code.copy
88

99
markdown_extensions:
10+
- pymdownx.snippets:
11+
auto_append:
12+
- includes/abbreviations.md
1013
- admonition # callouts
1114
- pymdownx.details # callouts
1215
- pymdownx.superfences # callouts, annotations
1316
- attr_list # annotations
17+
- abbr # abbreviations
1418
- md_in_html # annotations
1519
- pymdownx.highlight # highlighting
1620
- pymdownx.inlinehilite # inline highlighting

0 commit comments

Comments
 (0)