jayfk / statuspage

A statuspage generator that lets you host your statuspage for free on Github.
https://corestatus.io
MIT License
3.89k stars 186 forks source link

Update markdown2 to 2.3.8 #283

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates markdown2 from 2.3.3 to 2.3.8.

Changelog ### 2.3.8 ``` - [pull 317] Temporary fix to issue 150 - [pull 319] Stop XML escaping the body of a link - [pull 322] Don't auto link patterns surrounded by triple quotes - [pull 324] Add class configurability to the enclosing tag - [pull 328] Accept [X] as marked task ``` ### 2.3.7 ``` - [pull 306] Drop support for legacy Python versions - [pull 307] Fix syntax highlighting test cases that depend on Pygments output - [pull 308] Add support for Python 3.7 - [pull 304] Add Wheel package support - [pull 312] Fix toc_depth initialization regression - [pull 315] XSS fix ``` ### 2.3.6 ``` - [pull 282] Add TOC depth option - [pull 283] Fix to add TOC html to output via CLI - [pull 284] Do not remove anchors in safe_mode - [pull 288] fixing cuddled-lists with a single list item - [pull 292] Fix Wrong rendering of last list element - [pull 295] link-patterns fix - [pull 300] Replace a deprecated method - [pull 301] DeprecationWarning: invalid escape sequence - [pull 302] Fix "make test" in Python 3 - [pull 303] Fix CVE-2018-5773 ``` ### 2.3.5 ``` - [pull 238] Fenced code blocks lang with leading space - [pull 260] Search for items only within metadata header - [pull 264] highlightjs language class support - [pull 265] FIPS compliance - [pull 274] Fix for double amp replacement inside link title ``` ### 2.3.4 ``` - [pull 243] task list extra visual changes - [pull 245] Don't let "target-blank-lines" break footnotes - [pull 247] Translatable footnote titles - [pull 252] Add pipe escaping in table extension ```
Links - PyPI: https://pypi.org/project/markdown2 - Changelog: https://pyup.io/changelogs/markdown2/ - Repo: https://github.com/trentm/python-markdown2
codecov-io commented 4 years ago

Codecov Report

Merging #283 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #283   +/-   ##
=======================================
  Coverage   81.32%   81.32%           
=======================================
  Files           2        2           
  Lines         316      316           
=======================================
  Hits          257      257           
  Misses         59       59

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 10aeadf...ffdce00. Read the comment docs.