Skip to content

v2.4.2

Compare
Choose a tag to compare
@bglw bglw released this 02 Feb 06:45
· 516 commits to main since this release

Features

  • hugo-engine: implement many transforms for hugo live editing (98024f8)
    • Now supported:
      • markdownify
      • plainify
      • emojify
      • htmlEscape
      • htmlUnescape
      • *highlight
    • markdownify uses a different implementation than hugo,
      so the output is not guaranteed to be identical.
    • *highlight is not supported, but will no longer error.
      It will now pass through the input unchanged.
  • jekyll-engine: implement markdownify for jekyll live editing
    (53af90d)
    • markdownify uses a different kramdown implementation than jekyll, so the output is not guaranteed to be identical.