Skip to content

Commit

Permalink
fix(mkdocs): remove smart handling of bold text (#31)
Browse files Browse the repository at this point in the history
Closes: #12

Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
  • Loading branch information
aalemayhu authored Jan 6, 2025
1 parent acbf879 commit 338c593
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ markdown_extensions:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.betterem
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
Expand Down

0 comments on commit 338c593

Please sign in to comment.