Skip to content

Releases: pillar-markup/Microdown

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

v2.7.1

03 Nov 16:03
2604363

Choose a tag to compare

What's Changed

This release is ready to build a new version of Pillar and Foliage.
It introduces new elements to support Foliage and web generation.
It improves the document checker. Now the following analyses are reported:

  • Duplicated anchors,
  • References to unexisting anchors,
  • Unreferenced figures,
  • Missing figure files, and
  • Missing input files.

It has been tested with the bod-book updated archetype.

Merged changes from Pharo 13 and many little cleans

  • Fix deprecated call by @jecisc in #741
  • Use isNotNil instead of notNil by @astares in #753
  • 754 configuration command line handler not existent anymore in p13 by @astares in #755
  • Port "Fix unreadable code in Pharo Light theme" to Pharo 13 by @jecisc in #872
  • Fixing duplicated methods by @Ducasse in #904 and #905
  • Improve postload to not break the Pharo bootstrap by @jecisc in #909
  • Merge Fix for Baseline in Pharo13 by @tesonep in #910

Enhanced checker

  • Issue 813 use fileReference in fromfile by @moufort in #885
  • Issue 810 Duplicated anchor by @moufort in #890
  • 884 the bookchecker does not report on figure with files that do not exist by @moufort in #902
  • 906 even if figures are referenced there are reported as not referenced by @Ducasse in #907

New features

Documentation

  • Full pass on the documentation
  • Added several chapters

Full Changelog: v2.7.0...v2.7.1

v2.5.6 rolling release

21 Aug 07:25
702fe0f

Choose a tag to compare

This release is a rolling release waiting for some features such as new syntax for annotated paragraph, raw paragraph and some more features in development. Pay attention due to Pharo stupid naming this version is a lot more recent than v2.6.0.

This release nevertheless includes some nice features amongst which

  • new book tester: checks for undefined or duplicated anchors, bogus inputfile
  • notes support !!note pay attention the major release will
  • support for slides as extension e.g. <!slide|title=a nice title...
  • support for slides as header e.g. # a nice title
  • nicer support for extension e.g. {!comment|contents=sd thinks there is something fishy!} now can be expressed as {!comment|sd thinks there is something fishy!}`

What's Changed

Full Changelog: v2.5.5...v2.5.6

v2.5.5

28 Jul 16:12
298eae7

Choose a tag to compare

This version will be used for the new release of Pillar.

The main features of this release are:

  • Speed up of the inline parser (not necessary but always nice to get faster)
  • Support for Slide conversion from header level 1 (to support the future migration from pillar)
  • First blog system
  • First book tester version (dandling references)

Thanks Yasser Melki, Quentin Moutté, Gabriel Barbord for their PRs

What's Changed

Beamer

  • Added a first test in full without beamer generation. by @Ducasse in #794

More robustness

MicroBlogger

HTML

BookTester

Full Changelog: v2.5.4...v2.5.5

Next items on the roadmap

  • Improvements
  • New version of BookTester
  • Macrodown inclusion

v2.6.0

22 Apr 20:57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.6.0

v2.4.1

02 May 11:33
c6ed4ba

Choose a tag to compare

  • add pharoeval block extension