Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@ldeso ldeso released this 24 Apr 12:05
· 1 commit to master since this release

Hugo Flex v1.2.0

This release slightly modifies the HTML outline to be more respectful of the HTML5 specification, and adds support for automatic rendering of mathematical formulas using the passthrough extension introduced in Hugo 0.122.0. This means that when the math parameter is set to true, it is no longer necessary to enclose mathematical formulas in a shortcode to render them. It is still possible to use the built-in math shortcode for backwards compatibility.

Diff from v1.1.0

New Feature

  • Add math rendering without shortcodes 89477a1

Enhancements

  • Update default KaTeX version 14b3e64
  • Revert "Use site title as h1 that was missing from outline" c145005
  • Use h1 for page titles and article titles 1d36d8e
  • Do not use redundant article element b5b468a

Bug Fix

  • Show content from _index.md on homepage (#37) 0711642

Notes

  • Use direct link to licence in README.md 06a0093
  • Simplify code in render-heading.html e6d3b5d
  • Update tested Hugo versions in README.md 3c392eb