mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-31 22:41:53 +02:00
deps: Update go-org
- export #+TITLE (front-matter title) as `<h1>` and demote all normal headlines by 1 accordingly (i.e. a normal top level headline now becomes a `<h2>` rather than a `<h1>`) - preserve whitespace in paragraphs - this allows rendering meaningful whitespace when wished for using e.g. css `white-space: pre;` (e.g. in verse / quote blocks)
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
c8bfe47c6a
commit
51d89dab18
2
go.mod
2
go.mod
@@ -36,7 +36,7 @@ require (
|
||||
github.com/muesli/smartcrop v0.0.0-20180228075044-f6ebaa786a12
|
||||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
||||
github.com/nicksnyder/go-i18n v1.10.0
|
||||
github.com/niklasfasching/go-org v0.1.6
|
||||
github.com/niklasfasching/go-org v0.1.9
|
||||
github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84
|
||||
github.com/pelletier/go-toml v1.4.0 // indirect
|
||||
github.com/pkg/errors v0.8.1
|
||||
|
Reference in New Issue
Block a user