Skip to content

Releases: frostming/marko

v2.2.2

05 Jan 11:05
88e65f1

Choose a tag to compare

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

13 Oct 03:13
4c46251

Choose a tag to compare

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

08 Aug 09:46
6113ad8

Choose a tag to compare

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

  • @rr- made their first contribution in #237

Full Changelog: v2.1.4...v2.2.0

v2.1.4

13 Jun 03:25
f192710

Choose a tag to compare

What's Changed

  • chore: Update pdm.lock by @github-actions in #225
  • chore: Update pdm.lock by @github-actions in #229
  • fix: correct LinkRefDef line break handling​ by @iyanging in #230

New Contributors

Full Changelog: v2.1.3...v2.1.4

v2.1.3

04 Apr 23:49
df4c0da

Choose a tag to compare

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

21 Jun 04:26
7ddd358

Choose a tag to compare

Changed

  • Update the GFM spec to the latest master branch.
  • Update the CommonMark spec to 0.31.2.

v2.1.1

19 Jun 10:04
ca850b2

Choose a tag to compare

Fixed

  • Reference link will not render if the reference definition doesn't end with newline.

v2.1.0

13 Jun 01:23
6de4293

Choose a tag to compare

Changed

  • Drop support of Python 3.7.

v2.0.3

22 Feb 09:24
0963310

Choose a tag to compare

Fixed

  • Add pretty representation for the AST for debugging purpose. An extra group repr is added for more readable output.
  • Make a dummy Document element if the element to render is not a Document instance.

Full Changelog: v2.0.2...v2.0.3

v2.0.2

16 Nov 06:10
c4adc68

Choose a tag to compare

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