-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a Bug Where Table of Contents Wasn't Linking Correctly (#164)
* Added a test to catch the user's bug * Created a fix for the bug * Cleaned up code * Removed unused import * Updated package version * Updated changelog * Expanded testing * Updated poetry packages and changed requirements to 3.9+ * Reworked workflow * Fixed a strange test case * Updated version history * Fixed a linter issue * Cleaned up poetry file * Updated python support table
- Loading branch information
Showing
9 changed files
with
466 additions
and
593 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Python,3.11,3.10,3.9,3.8 | ||
SnakeMD >= 2.0,Yes,Yes,Yes,Yes | ||
SnakeMD 0.12 - 0.15,Yes,Yes,Yes,Yes | ||
SnakeMD < 0.12,,Yes,Yes,Yes | ||
Python,3.13,3.12,3.11,3.10,3.9,3.8 | ||
SnakeMD >= 2.2.1,Yes,Yes,Yes,Yes,Yes, | ||
SnakeMD 2.0 - 2.2.0,,,Yes,Yes,Yes,Yes | ||
SnakeMD 0.12 - 0.15,,,Yes,Yes,Yes,Yes | ||
SnakeMD < 0.12,,,,Yes,Yes,Yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters