Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus2k2 committed Jun 18, 2024
1 parent 7281a4e commit 1a58dba
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions mkdocs.pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,26 @@ markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/post-section.css
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- abbr
- attr_list
- pymdownx.snippets

hooks:
- overrides/scripts/blogs.py
Expand Down

0 comments on commit 1a58dba

Please sign in to comment.