generated from executablebooks/mdformat-plugin
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Extra UT's and some documentation cleanup. (#8)
* fix:Corrected version tagging Signed-off-by: Chris Butler <chris@thebutlers.me> * fix: Updated unit tests to cover a few scenarios. Signed-off-by: Chris Butler <chris@thebutlers.me> * fix: Updated unit tests to cover a few scenarios. Signed-off-by: Chris Butler <chris@thebutlers.me> * fix: Ensure free line after header in precommit test file. Signed-off-by: Chris Butler <chris@thebutlers.me>
- Loading branch information
Showing
4 changed files
with
59 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
|
||
from .plugin import render_token, update_mdit # noqa: F401 | ||
|
||
__version__ = "0.0.1" | ||
__version__ = "0.1.2" |
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,3 +1,6 @@ | ||
--- | ||
test: yaml | ||
--- | ||
# Test file | ||
|
||
add your syntax here | ||
This file |