Skip to content

Commit

Permalink
added syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabkumar7 committed Feb 7, 2024
1 parent 91a3058 commit f0dfff6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ font:

copyright: Copyright © 2024 Rishab Kumar

#syntax highlighting
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

#extras
extra:
analytics:
provider: google
Expand Down

0 comments on commit f0dfff6

Please sign in to comment.