Skip to content

Commit f0dfff6

Browse files
committed
added syntax highlighting
1 parent 91a3058 commit f0dfff6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

mkdocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ font:
4242

4343
copyright: Copyright © 2024 Rishab Kumar
4444

45+
#syntax highlighting
46+
markdown_extensions:
47+
- pymdownx.highlight:
48+
anchor_linenums: true
49+
line_spans: __span
50+
pygments_lang_class: true
51+
- pymdownx.inlinehilite
52+
- pymdownx.snippets
53+
- pymdownx.superfences
54+
55+
#extras
4556
extra:
4657
analytics:
4758
provider: google

0 commit comments

Comments
 (0)