Skip to content

Commit

Permalink
v0.8.0: fix mishandling of byte sequence partially matching delimiters (
Browse files Browse the repository at this point in the history
#113)

* Handle delimiters starting with backticks

Even if delimiters start with backticks, katex shouldn't render inside
code blocks or inline code.

* fix the missing `process_byte` match cases

* update dependencies;format TOML&YAML files

* bump version to 0.8.0;cargo update

---------

Co-authored-by: Joseba Mendivil <[email protected]>
  • Loading branch information
SichangHe and josebama authored Apr 10, 2024
1 parent bb486d9 commit d900cce
Show file tree
Hide file tree
Showing 6 changed files with 404 additions and 345 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ updates:
directory: "/"
schedule:
interval: "weekly"

Loading

0 comments on commit d900cce

Please sign in to comment.