Skip to content

Releases: pillar-markup/Microdown

v2.7.1

03 Nov 16:03
2604363
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • add pharoeval block extension

v2.4.0

11 Apr 11:11
Compare
Choose a tag to compare

@Ducasse can you complete here? (I have no idea what are the changes ;) )

v2.0.0

07 Jun 04:53
f006274
Compare
Choose a tag to compare

Several syntax changes, most noticeable:

  • Math block syntax changed from &...& to $$...$$(or $$%arguments ... $$). Also the $$ syntax can be extended to handle other inlined languages than Latex.
  • The environment block syntax is now <!...!>
  • The annotation block is now {!...!}.

Also the internals of relative reference resolution has changed a lot.