Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNiklas Fasching <niklas.fasching@gmail.com>2019-12-22 16:39:09 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-12-22 18:18:55 +0300
commit51d89dab1827ae80f9d865f5c38cb5f6a3a11f68 (patch)
tree0c52b5ea1a00f644d698cf14952816494cd6bbdb /go.mod
parentc8bfe47c6a740c5fedfdb5b7465d7ae1db44cb65 (diff)
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)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7a3482826..296bc9cfb 100644
--- a/go.mod
+++ b/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