hugo:release-0.111.3

Last commit made on 2023-03-12
Get this branch:
git clone -b release-0.111.3 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
release-0.111.3
Repository:
lp:hugo

Recent commits

0e8ab20... by hugoreleaser <email address hidden>

releaser: Prepare repository for 0.112.0-DEV

[ci skip]

5d4eb51... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.111.3

[ci skip]

1c841ec... by Niklas Fasching <email address hidden>

deps: Update go-org to v1.6.6

among other things, fixes a race condition in html writer and bug preventing
explicit line breaks immediately following emphasis

e7148f3... by Bjørn Erik Pedersen

Fix "unknown shortcode token" when calling shortcode within fenced code block

Fixes #10819

d55af2a... by Andreas Deininger

Run gofmt -s on source files

b6f44aa... by Joe Mooring <email address hidden>

docs: Improve examples of variadic math functions

84201e8... by septs <email address hidden>

tpl/math: Allow multi numbers in add, sub, mul, div, min and max

04b9811... by Andreas Deininger

readme: Update dependency list

9818724... by Andreas Deininger <email address hidden>

Improve error message for unclosed shortcode with inner content

34a86e1... by Bjørn Erik Pedersen

Don't fail when calling Paginate with an empty pages.PagesGroup

Fixes #10802