An open API service providing commit metadata for open source projects.

GitHub / trentm/python-markdown2 / commits

markdown2: A fast and complete implementation of Markdown in Python

SHA Message Author Date Stats
49104b74 merge Merge pull request #720 from ChrisJr404/wiki-links-extra Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
10 days ago
884d90b7 Add wiki-links extra for [[Page Name]] style links Chris (ChrisJr404) <1****4@u****m> 12 days ago
5fa60826 merge Merge pull request #705 from Crozzers/further-xss-fixes Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
12 days ago
c06f274b Fix test suite for pygments 2.21 Crozzers <c****s@g****m> 12 days ago
1b5d132f Update changelog Crozzers <c****s@g****m> 12 days ago
6e810424 Fix SVGs smuggled in autolinks Crozzers <c****s@g****m> 12 days ago
c06b0734 merge Merge branch 'master' into further-xss-fixes Crozzers <c****s@g****m> 12 days ago
0e3527bc Fix orphaned closing tags breaking html block hashing Crozzers <c****s@g****m> 21 days ago
fceff0e5 merge Merge pull request #719 from Sanjays2402/fix/head-style-block-tags Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
29 days ago
50a3b368 Treat head and style as block-level tags (#331) Sanjay Santhanam <5****2@u****m> about 1 month ago
becf3945 merge Merge pull request #717 from gaoflow/fix-gfm-table-column-cardinality Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
84224759 merge Merge pull request #718 from tomaioo/fix/security/use-of-eval-on-file-contents Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
a755d013 fix(security): use of `eval()` on file contents
Signed-off-by: tomaioo <2****o@u****m>
tomaioo <h****m@g****m> about 1 month ago
fea6d8c4 merge Merge pull request #716 from santhreal/fix/breaks-extra-typeerror-with-break-... Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
b0cc58f6 merge Merge branch 'master' into fix/breaks-extra-typeerror-with-break-on-newline Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
dac71378 merge Merge pull request #715 from santhreal/fix/metadata-indexerror-no-blank-line Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
8f68dc4d merge Merge pull request #713 from apoorvdarshan/fix/header-ids-duplicate-661 Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
98f1f7c6 Fix GFM table column cardinality Vincent Gao <g****0@g****m> about 2 months ago
7ed94370 Fix TypeError when 'breaks' and 'break-on-newline' extras are combined santhreal <6****l@u****m> about 2 months ago
0ec690c5 Fix IndexError in metadata extra on documents with no metadata split santhreal <6****l@u****m> about 2 months ago
43b9f1f5 Match changelog entry format Apoorv Darshan <a****u@g****m> about 2 months ago
11739e38 merge Merge remote-tracking branch 'upstream/master' into fix/header-ids-duplicate-661 Apoorv Darshan <a****u@g****m> about 2 months ago
c0a892ab merge Merge pull request #711 from gaoflow/fix/header-ids-html-entity-decode Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
2159deb7 Fix header-ids extra generating duplicate ids (#661) Apoorv Darshan <a****u@g****m> about 2 months ago
2f0cf2cf Loosen link-within-autolink check for if link starts OR ends inside autolink Crozzers <c****s@g****m> 2 months ago
64948d26 fix: decode HTML entities before slugifying header IDs Vincent Gao <g****0@g****m> 2 months ago
ee81a6b2 merge Merge pull request #710 from Crozzers/emoji-support Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
21eb34b9 Fix tag balance checkers not accounting for void tags Crozzers <c****s@g****m> 2 months ago
4b8e1872 Update changelog and cmdline help message Crozzers <c****s@g****m> 2 months ago
07103dde Add emoji support (#709) Crozzers <c****s@g****m> 2 months ago
e7b0ba18 Fix links being processed within autolink syntax Crozzers <c****s@g****m> 3 months ago
c7a75f60 Fix HTML block hashing messing up if open/close tags not at start of line Crozzers <c****s@g****m> 3 months ago
b0dd0b3b Fix smuggling XSS into link def URLs Crozzers <c****s@g****m> 3 months ago
c173c127 Update github actions versions Crozzers <c****s@g****m> 3 months ago
456f8a97 Fix incomplete recursive unhashing of spans Crozzers <c****s@g****m> 3 months ago
82b4482b Fix onerror XSS in image title attr Crozzers <c****s@g****m> 4 months ago
a11ce82f Fix XSS from making javascript: hrefs look like domains with ports Crozzers <c****s@g****m> 4 months ago
3b96ec1c Fix XSS fromn HTML encoded colons in hrefs Crozzers <c****s@g****m> 4 months ago
28d94df6 merge Merge pull request #704 from Crozzers/702-703-xss-issues Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
2ca6d22d Update changelog Crozzers <c****s@g****m> 4 months ago
86662813 Fix #703 Crozzers <c****s@g****m> 4 months ago
69635a9a Fix #702 Crozzers <c****s@g****m> 4 months ago
9050ae0a merge Merge pull request #682 from mgorny/fix-testing-install Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
e071bc2f merge Merge pull request #701 from Crozzers/better-markdown-attr Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
baf924bc Allow boolean attribute syntax in markdown-in-html Crozzers <c****s@g****m> 4 months ago
c2d73a38 merge Merge pull request #700 from Crozzers/fix-xss-699 Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
9806f759 Fix #699 Crozzers <c****s@g****m> 4 months ago
8ec7a714 merge Merge pull request #698 from Crozzers/remove-deprecated-codecsopen Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
71c24608 Remove all deprecated usages of `codecs.open` and fix many unclosed file warn... Crozzers <c****s@g****m> 4 months ago
cb5d2537 merge Merge pull request #695 from Crozzers/xss-issue694 Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
a77116e4 Fix #694 Crozzers <c****s@g****m> 5 months ago
16102f82 merge Merge pull request #690 from Crozzers/restore-original-iab-implementation-beh... Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
7596ff82 merge Merge pull request #692 from Crozzers/xss-issue691 Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
04994096 merge Merge pull request #693 from Crozzers/tests-for-677 Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
f2130556 merge Merge pull request #677 from Julynx/fix-latex-newline Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
e0dcfc0b Test cases for #677 Crozzers <c****s@g****m> 5 months ago
88d5d87a Fix #691 Crozzers <c****s@g****m> 5 months ago
63ad21c9 Revert strong regex changes from #644 for legacy IAB implementation Crozzers <c****s@g****m> 5 months ago
29a9d78f merge Merge pull request #687 from Crozzers/assertionerror-issue686 Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
a53a6116 Update changelog Crozzers <c****s@g****m> 6 months ago
b36444ca Fix #686 Crozzers <c****s@g****m> 6 months ago
99e18ff3 Fix wrongly installing `testing` directory
Signed-off-by: Michał Górny <m****y@g****g>
Michał Górny <m****y@g****g> 6 months ago
5c1f39a7 prep for future dev Nicholas Serra <n****a@g****m> 6 months ago
150454e3 prepare for 2.5.5 release Nicholas Serra <n****a@g****m> 6 months ago
b44d9c13 Update changes Nicholas Serra <n****a@g****m> 6 months ago
c84f913c merge Merge pull request #681 from Crozzers/fix-issue680 Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
8f231588 Fix #680 Crozzers <c****s@g****m> 6 months ago
a1e159c4 merge Merge pull request #678 from Crozzers/gfm-em-issue671 Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
d703b300 Increase redos test timeout to 4 seconds Crozzers <c****s@g****m> 7 months ago
32321c11 Some further perf tweaks Crozzers <c****s@g****m> 7 months ago
3908fc5f Fix ReDoS regression and optimise performance in GFM emphasis parser Crozzers <c****s@g****m> 7 months ago
a7ffb0a6 Fix #671 Crozzers <c****s@g****m> 7 months ago
41d05aa5 Fix newline handling in Latex double match (issue 674) Julynx <j****a@o****m> 7 months ago
c289007f merge Merge pull request #676 from lucascool12/fix-hash-toc Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
960ae34d fix: hash in table of contents Lucas Van Laer <l****r@g****m> 7 months ago
e09fb904 merge Merge pull request #673 from hannesbraun/rm-licence-classifier Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
b93280e1 Remove license classifier Hannes Braun <h****s@h****t> 8 months ago
0afdaf23 merge Merge pull request #672 from Crozzers/fix-664 Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
5699d7b6 Update changelog Crozzers <c****s@g****m> 8 months ago
5bca2667 Fix nested footnote references Crozzers <c****s@g****m> 8 months ago
d18e2fc5 merge Merge pull request #670 from MBradbury/typehintfix Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
2cd30fb7 merge Merge pull request #669 from Crozzers/fix-em-dos Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
70d5acd2 Fix partially unknown type hint Matthew Bradbury <m****y@l****k> 8 months ago
57c76c83 Fix #668 Crozzers <c****s@g****m> 9 months ago
f18725f0 merge Merge pull request #667 from Crozzers/fix-unbound-local-in-gfm-em Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
9 months ago
de9e432d Update changelog Crozzers <c****s@g****m> 9 months ago
d8b32842 Fix unbound local error in GFM emphasis processing (#666) Crozzers <c****s@g****m> 9 months ago
c87a78c0 merge Merge pull request #665 from Crozzers/emphasis-overhaul Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
9 months ago
749c9cb1 Fix python typing syntax error Crozzers <c****s@g****m> 9 months ago
3b19616b Improve performance in repetitive (ReDoS) scenarios by caching some IAB inter... Crozzers <c****s@g****m> 9 months ago
060d48da Add issues 645, 652, 653 and 654 to gfm test case Crozzers <c****s@g****m> 9 months ago
5988b097 Refactor inheritants of original IABP to use new GFM variant. Crozzers <c****s@g****m> 9 months ago
e8e7ced7 Acheive near complete GFM compliance Crozzers <c****s@g****m> 9 months ago
366ad8cb Acheive near full GFM compliance on iab Crozzers <c****s@g****m> 9 months ago
b3e512de Iron out some GFM edge cases Crozzers <c****s@g****m> 9 months ago
6ade9ab6 Get closer to GFM compliance Crozzers <c****s@g****m> 9 months ago
bf0a1e29 Re-write the IAB processor to implement GFM rules Crozzers <c****s@g****m> 9 months ago
a30892f6 merge Merge pull request #663 from Crozzers/fix-safemode-regressions Nicholas Serra <n****a@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
d59fb8ed Fix FCBs with lexers joined to lists in safe mode Crozzers <c****s@g****m> 10 months ago
1b176e4d Fix incorrect escaping for invalid incomplete tags Crozzers <c****s@g****m> 10 months ago

← Back to repository