Skip to content

Commit

Permalink
(feat) Adding styling to code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
userbradley committed Nov 28, 2023
1 parent f37f2d1 commit b48dcca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check failure on line 68 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / Lint

[EOF Newline] reported by reviewdog 🐶 Missing newline Raw Output: mkdocs.yml:68: Missing newline

0 comments on commit b48dcca

Please sign in to comment.