pycon_site icon indicating copy to clipboard operation
pycon_site copied to clipboard

Bump markdown2 from 2.3.0 to 2.3.6

Open dependabot[bot] opened this issue 6 years ago • 0 comments

Bumps markdown2 from 2.3.0 to 2.3.6.

Changelog

Sourced from markdown2's changelog.

python-markdown2 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

python-markdown2 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

python-markdown2 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

python-markdown2 2.3.3

  • [pull #236] Fix for safe_mode links regression
  • [pull #235] Fix for overgreedy regex in metadata
  • [pull #237] Fix for header-ids extra non-alpha character issue

python-markdown2 2.3.2

  • [pull #204] toc extra Python 3 error
  • [pull #207] Performance improvements
  • [pull #210] Leading paragraph with fenced code blocks
  • [pull #212] Target blank links extra
  • [pull #215] Optional metadata fences
  • [pull #218] Github style task list
  • [pull #220] Numbering extra
  • [pull #224] Metadata in blocks
  • [pull #230] safe_mode changes
... (truncated)
Commits
  • 042195d prepare for 2.3.6 release
  • 0195cd6 Changes
  • 1b1dcdd Merge pull request #303 from thombashi/fix_cve-2018-5773
  • 9fc2a37 Fix CVE-2018-5773: #285
  • 9121c02 Changes and contributors
  • 3235d81 Merge pull request #302 from thombashi/fix_make_test_python3
  • 3f97f78 Merge pull request #301 from thombashi/fix_str_literal_warn
  • e0af184 Merge pull request #300 from thombashi/replace_deprecated_method
  • 534e341 Fix make test in Python 3
  • 204c7b2 Modify to avoid 'DeprecationWarning: invalid escape sequence'
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

dependabot[bot] avatar May 23 '19 11:05 dependabot[bot]