Skip to content

Commit

Permalink
Docs/deprecate fix (#624)
Browse files Browse the repository at this point in the history
* Fix deprecation errors

* Update version, update changelog
  • Loading branch information
facelessuser committed Nov 8, 2023
1 parent bd058d7 commit 19ef048
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# BracketHighlighter

## 2.31.2

- **FIX**: Fix performance with content highlight bar.

## 2.31.1

- **FIX**: Fix issue with CMFL bracket matching.
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ markdown_extensions:
- pymdownx.caret:
- pymdownx.smartsymbols:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.escapeall:
hardbreak: true
nbsp: true
Expand Down
2 changes: 1 addition & 1 deletion support.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import webbrowser
import re

__version__ = "2.31.1"
__version__ = "2.31.2"
__pc_name__ = 'BracketHighlighter'

CSS = '''
Expand Down

0 comments on commit 19ef048

Please sign in to comment.