Skip to content

Releases: pillar-markup/Microdown

Better book testing infrastructure

Choose a tag to compare

@Ducasse Ducasse released this 30 Jun 12:31

What's Changed

New Contributors

Full Changelog: v2.10.2...v2.10.3

Improved Visitor Logic

Choose a tag to compare

@Ducasse Ducasse released this 15 Mar 09:35
89b2341
  • 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

Choose a tag to compare

@Ducasse Ducasse released this 10 Mar 12:58
0121cd3

This release

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

For Foliage pre release

Choose a tag to compare

@Ducasse Ducasse released this 01 Mar 11:55
  • Fix HTMNL orderedList
  • explicit dependency to Mustache 1.4
  • Windows file references

Templating visitor / Mustache 1.4

Choose a tag to compare

@Ducasse Ducasse released this 24 Feb 15:14
b40ebb7

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

Choose a tag to compare

@Ducasse Ducasse released this 11 Jan 20:15
  • 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

Choose a tag to compare

@Ducasse Ducasse released this 08 Aug 09:34
841ecb6

Full Changelog: v2.9.2...v2.9.3

For Pillar and Foliage(v2.1.0) release

Choose a tag to compare

@Ducasse Ducasse released this 02 Aug 16:20
b866f66

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

Choose a tag to compare

@guillep guillep released this 26 Jun 14:20
24cbd93

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

Choose a tag to compare

@Ducasse Ducasse released this 20 Feb 12:48
9778911
  • merged pharo 13 changes
  • added gitbridge
  • OCompiler migration
  • cleaning syntax description
  • Ready for Pillar and Foliage
  • Code cleanup