8141933b97
- update to 2.5.1: * [pull #590] Fix underscores within bold text getting emphasized * [pull #591] Add Alerts extra * [pull #595] Fix img alt text being processed as markdown * [pull #598] Add link-shortrefs extra * [pull #600] Use urandom for SECRET_SALT * [pull #602] Fix XSS issue in safe mode * [pull #604] Fix XSS injection in image URLs * [pull #519] Add support for custom extras * [pull #519] Drop Python 3.5 support * [pull #568] Add prepend arg to toc extra * [pull #569] Process HTML comments as markdown in 'escape' safe mode * [pull #570] Fix syntax warnings in test suite * [pull #572] Process inline tags as HTML blocks when they span multiple lines * [pull #573] Add new LaTeX Extra * [pull #576] Fix html, head and body tags being wrapped in <p> tags * [pull #578] Graceful handling of broken lists when cuddled- lists extra is enabled * [pull #581] Add type hints * [pull #581] Drop Python 3.6 and 3.7 support * [pull #582] Fix fenced code blocks breaking lists * [pull #586] Fix#583 by tweaking incomplete tag regex * [pull #587] Fix AssertionError on malformed HTML
Dirk Mueller2024-10-29 21:35:00 +00:00
0cab7a9c82
Accepting request 1158398 from devel:languages:python
Ana Guerrero2024-03-17 21:14:36 +00:00
cf0d720bb9
- update to 2.4.13: * [pull #559] Allow cuddled tables * [pull #560] Fix markdown-in-html not always splitting HTML tags into separate lines * [pull #564] Fix incomplete comments in safe mode not being escaped * [pull #566] Fix crash in markdown-in-html extra
Dirk Mueller2024-03-16 09:03:14 +00:00
90cbb08b7b
Accepting request 1134336 from devel:languages:python
Ana Guerrero2023-12-21 22:38:32 +00:00
32219fa64b
- update to 2.4.12: * Update markdown-in-html extra to handle markdown on same line as HTML (#546) * Fix tables with trailing whitespace not being recognized * Fix multiple instances of strong emphasis (**) in one line (#541) * Fix incorrect parsing of links after square brackets (#552)
Dirk Mueller2023-12-20 21:55:41 +00:00
2b229461b2
Accepting request 1131747 from devel:languages:python
Ana Guerrero2023-12-08 21:32:14 +00:00
bec7d70dfc
- update to 2.4.11: * [pull #524] Fix angles being escaped in style blocks (issue #523) * [pull #527] Fix base64 images being corrupted in safe mode (issue #526) * [pull #529] Add breaks extra with ability to hard break on backslashes (issue #525) * [pull #532] Fix#493 persisting when code-friendly extra enabled * [pull #535] Update _slugify to use utf-8 encoding (issue #534) * [pull #536] Maintain order of appearance in footnotes * [pull #538] Include HTML headers in TOC * [pull #540] Add mechanism to prevent header ID counter resetting (issue #530) * [pull #520] Allow more relative links in safe mode (issue #517) * [pull #521] Always restore hashed HTML blocks (issue #185) * [pull #522] Add middle-word-em extra * [pull #500] Add <thead> tag to html-classes extra * [pull #501] Fix link patterns extra matching against internal hashes * [pull #502] Replace deprecated optparse with argparse * [pull #506] Fix _uniform_outdent failing with empty strings (issue #505) * [pull #509] Fix HTML elements not unhashing correctly (issue 508) * [pull #511] Remove deprecated imp module (issue #510) * [pull #512] Allow link patterns to be passed via extras dict * [pull #513] Fix relative links not working in safe mode
Dirk Mueller2023-12-07 22:51:36 +00:00
47d21f0181
- update to 2.4.2: - [pull #408] Fix for fenced code blocks issue #396 - [pull #410] Be more strict on auto linking urls, RE DOS fix - [pull #389] Tables extra: allow whitespace at the end of the underline row - [pull #392] Pyshell extra: enable syntax highlighting if fenced-code-blocks is loaded. - [pull #402] Regex DOS bandaid fix
Dirk Mueller2022-03-26 18:38:07 +00:00
64be0e3066
- Update to 2.4.0: - [pull #377] Fixed bug breaking strings elements in metadata lists - [pull #380] When rendering fenced code blocks, also add the language-LANG class - [pull #387] Regex DoS fixes - Switch off failing tests (gh#trentm/python-markdown2#388)
Matej Cepl2021-01-27 23:11:42 +00:00
7479dc61fb
- Update to 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 - Drop merged patch fix-build.patch
Tomáš Chvátal
2019-07-24 08:04:05 +00:00
e38053d528
- Update to 2.3.7: [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 [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 - Drop merged patch: * disable-failing-tests.patch - Add patch from upstream to fix build command: * fix-build.patch
Tomáš Chvátal
2019-04-05 12:26:31 +00:00