Skip to content

Releases: pillar-markup/Microdown

Improved Visitor Logic

15 Mar 09:35
89b2341

Choose a tag to compare

  • Enhance the tree visitor so that it implements the invariant that only visitEach: is calling accept: so that we can get a handle on cutting visit of any nodes.
  • Revisit all the visitor logic to work with such logic.
  • Fixing accept: method

Introduce RawBlock and refine HTMLTagParagraphBlock

10 Mar 12:58
0121cd3

Choose a tag to compare

This release

  • renamed RawParagraph into HTMLTagParagraph
  • introduced MicParser instead of MicrodownParser
  • introduced RawParagraph

For Foliage pre release

01 Mar 11:55

Choose a tag to compare

  • Fix HTMNL orderedList
  • explicit dependency to Mustache 1.4
  • Windows file references

Templating visitor / Mustache 1.4

24 Feb 15:14
b40ebb7

Choose a tag to compare

What's Changed

  • First templating HTML visitor is working. The visitor is looking for templates for each tree element and apply the template instead of the traditional HTML Visitor to which the templating visitor is delegating in case of file absence.
  • Using Mustache 1.4. This is important for Foliage.

Full Changelog: v2.9.5...v2.9.6

Ready for Pillar 11

11 Jan 20:15

Choose a tag to compare

  • fixing integration with Pillar for the basic LaTeX generation.
  • more book checkers in the pipeline.
  • getting started with a Toc Builder.

What's Changed

New Contributors

Full Changelog: v2.9.4...v2.9.5

Fix HTML paragraph merge

08 Aug 09:34
841ecb6

Choose a tag to compare

For Pillar and Foliage(v2.1.0) release

02 Aug 16:20
b866f66

Choose a tag to compare

What's Changed

New Contributors

Thanks Kasper Osterbye and Cyril Ferlicot. Yes I redid all your PRs. Thank you.

Full Changelog: v2.9.1...v2.9.2

Version 2.9.1

26 Jun 14:20
24cbd93

Choose a tag to compare

What's Changed

  • Add pillar dependent methods for HTML exporting by @guillep in #950

Full Changelog: v2.8.2...v2.9.1

Another step to Foliage

20 Feb 12:48
9778911

Choose a tag to compare

  • merged pharo 13 changes
  • added gitbridge
  • OCompiler migration
  • cleaning syntax description
  • Ready for Pillar and Foliage
  • Code cleanup

v2.8.0

16 May 12:15

Choose a tag to compare

What's Changed

Full Changelog: v2.7.1...v2.8.0