Merging upstream version 1.11.0:
- compatible with mistune 2.0 (Closes: #1003572). Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1a698876f4
commit
f86e4da807
21 changed files with 128 additions and 118 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -56,6 +56,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
ignore_words_list: fo,ists,oll,optin,ot,smove,tre,whe
|
||||
exclude_file: docs/assets/demo.svg
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue