Skip to content

v1.4.2

Compare
Choose a tag to compare
@Omikhleia Omikhleia released this 02 Sep 17:23
· 81 commits to main since this release

This patch release fixes a few bugs.

Fixes

  • Common:
    • Fix: Hard breaks do not work well in centered or ragged-left blocks.
    • Fix: Horizontal rules are too thin for print and inconsistent.
    • Fix: Propagate header shifting and metadata to embedded rendered blocks.
  • Djot:
    • Fix: Soft breaks may leave multiple spaces in the output.

Other noteworthy changes

  • Djot:
    • Propagate positions in Djot input source (for better error reporting).
  • Common
    • Update silex.sile dependency from 0.1.0 to 0.2.0
      N.B. If you were using this module with the resilient.sile v2.1 collection, the latter already required that dependency.
      So this is a change only if you were using this module alone, in which case you will indirectly benefit from a few new features, e.g. emphasis nesting and improved centered and ragged (left, right) environments.