Releases: frostming/marko
Releases · frostming/marko
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
v2.0.2
Fixed
- Rewrite the parsing logic of GFM tables.
- Fixed the dispatching among different renderers for render methods in extensions. Now the GFM renderer supports
MarkdownRenderer.
Full Changelog: v2.0.1...v2.0.2