Sourced from commonmarker's releases.
v0.23.10
What's Changed
- Update to 0.29.0.gfm.13 by
@anticomputer
in gjtorikian/commonmarker#247Full Changelog: https://github.com/gjtorikian/commonmarker/compare/v0.23.9...v0.23.10
Sourced from commonmarker's changelog.
[v0.23.10] (2023-07-31)
- Update GFM release to
0.29.0.gfm.12
and0.29.0.gfm.13
, thereby fixing a polynomial time complexity security vulnerability.- Of note to users of this library, GFM releases
0.29.0.gfm.12
and0.29.0.gfm.13
also:v0.23.4 (2022-03-03)
Fixed bugs:
#render_html
way slower than#render_doc.to_html
#141Closed issues:
- allow keeping text content of unknown tags #169
- STRIKETHROUGH_DOUBLE_TILDE not working #168
- Allow disabling 4-space code blocks #167
- tables with escaped pipes are not recognized #166
Merged pull requests:
- CI: Drop a duplicate 'bundle install' #173 (olleolleolle)
- CI: Drop duplicate bundle install #172 (olleolleolle)
- Fixup benchmark and speedup a little, fixes #141 #171 (ojab)
v0.23.2 (2021-09-17)
Merged pull requests:
v0.23.1 (2021-09-03)
Closed issues:
- Incorrect processing of list and next block of code #146
Merged pull requests:
v0.23.0 (2021-08-30)
... (truncated)
db8cd37
Merge pull request #247
from anticomputer/update-to-0.29.0.gfm.13e1e450c
:gem: release 0.23.1008b7c4b
Update cmark-upstream to https://github.com/github/cmark-gfm/commit/587a12bb5...d0e81e2
I've used this version of the update_submodules script for several
releases, ...