(feat) Adding styling to code blocks

This commit is contained in:
Bradley
2023-11-28 08:13:06 -05:00
committed by Jason Hall
parent f37f2d18d1
commit 7993029cfa
+9
View File
@@ -57,3 +57,12 @@ plugins:
'slack.md': 'https://kubernetes.slack.com/archives/C01T7DTP65S'
'agenda.md': 'https://docs.google.com/document/d/1eQ67Qxwf1tkTv0yU_dw9bIRnlwJZz-5GXCRVOhqbgvU/edit'
'meet.md': 'meet.google.com/xvn-dzzk-wur'
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences