Releases: frostming/marko
Releases · frostming/marko
v2.2.3
What's Changed
- feat: allow extension blocks to break a Paragraph by @jothepro in #260
- chore: Update pdm.lock by @github-actions[bot] in #258
- fix: keep GFM table indentation in list by @tahv in #256
- fix: prevent infinite loop caused by unnormalized line breaks by @frostming in #261
- Minor typing fixes by @absolutely-vivid in #264
- Replace U+0000 with U+FFFD on input per CommonMark §2.3 by @gistrec in #263
- chore: Update pdm.lock by @github-actions[bot] in #262
- Make _RendererDispatcher fully generic by @absolutely-vivid in #265
New Contributors
- @jothepro made their first contribution in #260
- @tahv made their first contribution in #256
- @absolutely-vivid made their first contribution in #264
- @gistrec made their first contribution in #263
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- chore: Update pdm.lock by @github-actions[bot] in #246
- chore: Update pdm.lock by @github-actions[bot] in #247
- chore: Update pdm.lock by @github-actions[bot] in #248
- chore: Update pdm.lock by @github-actions[bot] in #249
- fix: Update GFM alert regex to disallow content on header line by @frostming in #252
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- fix: inline parsing edge case with nested emphasis by @ll3006 in #242
- chore: Update pdm.lock by @github-actions[bot] in #240
- Fix mis-spelled textarea in regex for escaping by @joemull in #244
- add changelog by @frostming in #245
New Contributors
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- chore: Update pdm.lock by @github-actions[bot] in #233
- feat: support GFM alerts by @rr- in #237
- chore: fix formatting by @rr- in #235
- chore: make slugify dependency optional by @rr- in #236
- Bump version to v2.2.0 by @frostming in #238
New Contributors
Full Changelog: v2.1.4...v2.2.0
v2.1.4
v2.1.3
What's Changed
- chore: Update pdm.lock by @github-actions in #199
- chore: Update pdm.lock by @github-actions in #200
- chore: Update pdm.lock by @github-actions in #203
- chore: Update pdm.lock by @github-actions in #204
- chore: Update pdm.lock by @github-actions in #205
- chore: Update pdm.lock by @github-actions in #206
- chore: Update pdm.lock by @github-actions in #210
- Initialize children in Document.init() by @apetresc in #209
- chore: Update pdm.lock by @github-actions in #212
- chore: Update pdm.lock by @github-actions in #216
- chore: Update pdm.lock by @github-actions in #218
- fix: recursion error when dispatching render method by @frostming in #222
- chore: Update pdm.lock by @github-actions in #220
New Contributors
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.3
Fixed
- Add pretty representation for the AST for debugging purpose. An extra group
repris added for more readable output. - Make a dummy
Documentelement if the element to render is not aDocumentinstance.
Full Changelog: v2.0.2...v2.0.3