-
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.
* π Fix date filter issues (#38, #40) * β¨ Add markdownify for jekyll * π 0.7.2 * π Add markdown dep in CI * β Fix date filter tests * β¨ Add int, float, str and bool as both filters and globals for all modes * π Update docs for builtin typecasting filters/globals. * π Update docs * β¨ Add jekyll filter `number_of_words` * β¨ Add jekyll filter `sort` * β¨ Add jekyll filter `slugify` * β¨ Add jekyll filter `array_to_sentence_string` * β¨ Add jekyll filter `jsonify` * β¨ Add jekyll filters `xml_escape`, `cgi_escape` and `uri_escape`
- Loading branch information
Showing
11 changed files
with
603 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ exclude_lines = | |
if TYPE_CHECKING: | ||
pragma: no cover | ||
pass | ||
except ImportError: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
|
||
patch_jinja() | ||
|
||
__version__ = "0.7.1" | ||
__version__ = "0.7.2" |
Oops, something went wrong.