9be494de3 Clean up the markup config c3e123133 Remove JustComment bc1b02bc5 Add Smart to Anchor section 49e796409 Added where .RegularPagesRecursive was added a92296e31 Fixed the new-in shortcode in pages-vs-site-pages 051e1267c Documented .RegularPagesRecursive 5bcec88a3 Fix broken link in RSS templates page 3db79d433 Correct pull request link on migrations.md 55c347168 Release 0.71.1 11a4e36c3 Merge branch 'temp711' 481fc8ed6 releaser: Add release notes to /docs for release of 0.71.1 40ba83c26 Update site.md 382632b58 Use-modules: More help how to get started importing a theme (#1107) 06751d465 Addition of hugefastsearch to search options (#1118) 8346d3b18 Add example of how to set the permalinks option for pages in "root" ebb3b4f3a Refine highlight shortcode options 1075a172a Update index.md 7cc927ea6 Fix typo in v0.71.0 release notes 4121da273 Pull in latest theme version to get link hooks 4809be651 Document render-heading feature 2078a3bd1 Release 0.71.0 c09f6899e releaser: Add release notes to /docs for release of 0.71.0 90ffe2b50 Merge commit 'c9403cbceaaeff53ff4833561f4eefe1dc1a405e' bf3dd0837 Add math.Pow git-subtree-dir: docs git-subtree-split: 9be494de3ac79081be60e0f002db110cb96ec7a3
4 KiB
date: 2020-05-18 title: "Markdown Render Hooks for Headings" description: "Render hooks for headings, update to Go 1.14.3, several bug fixes etc." categories: ["Releases"]
Hugo 0.71 brings Markdown render hooks for headings, a set of bug fixes and more.
This release represents 12 contributions by 7 contributors to the main Hugo code base. @bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @anthonyfok, @apexskier, and @johnweldon for their ongoing contributions.
And a big thanks to @digitalcraftsman and @onedrawingperday for their relentless work on keeping the themes site in pristine condition and to @davidsneighbour and @kaushalmodi for all the great work on the documentation site.
Many have also been busy writing and fixing the documentation in hugoDocs, which has received 8 contributions by 7 contributors. A special thanks to @bep, @mikeee, @h-enk, and @tjamet for their work on the documentation site.
Hugo now has:
- 44043+ stars
- 437+ contributors
- 322+ themes
Enhancements
Other
- Use WARN log level also for the early initialization 518d1496 @bep #7285
- Update to Go 1.14.3 and Go 1.13.11 3cc41523 @bep
- Improve error message when no Babel installed 2fd0a5a6 @bep
- Add test for headings render hook 6e051c05 @apexskier
- Add render template hooks for headings 423b8f2f @elihunter173 #6713
- Add math.Pow 99193449 @jmooring #7266
- Do not suppress .well-known/ directory 558c0930 @johnweldon #6691
- Quote "@babel/cli" to solve build error b69a3614 @anthonyfok
- Remove custom x-nodejs plugin a0103864 @anthonyfok
- Use .Lastmod for og:updated_time 6205d56b @dtip