1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Update Blackfriday to fix footnote HTML5 validation error

Fixes #4433
This commit is contained in:
Bjørn Erik Pedersen
2018-02-21 09:18:17 +01:00
parent 5ed11edf5a
commit 492fea7cd2
2 changed files with 6 additions and 6 deletions

View File

@@ -74,7 +74,7 @@
[[constraint]]
name = "github.com/russross/blackfriday"
version = "^1.5.0"
branch = "master"
[[constraint]]
name = "github.com/spf13/afero"