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>2020-06-29 18:02:02 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-06-29 19:08:06 +0300
commit127d5feb32b466c4a0035e81f86684920dd88cfe (patch)
tree067d2863b47956b3625a149b7665a771ffea283b /go.mod
parent2d42ba912ba945230aa0be23c3c8256cba40ce99 (diff)
deps: Update go-org to v1.3.0
- Add support for image links (i.e. link with image as description) - Kinda breaking: Wrap headlines and headline+content in containers as emacs Org mode does. Could break people's styles - I don't expect it, but who knows what counts as sane when it comes to css. Before: ``` <h2 id="headline-1">FOO</h2> foo bar ``` After: ``` <div id="outline-container-headline-1" class="outline-2"> <h2 id="headline-1">FOO</h2> <div id="outline-text-headline-1" class="outline-text-2"> foo bar </div> </div> ```
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 f76a06903..ad6ecda86 100644
--- a/go.mod
+++ b/go.mod
@@ -34,7 +34,7 @@ require (
github.com/muesli/smartcrop v0.3.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/nicksnyder/go-i18n v1.10.0
- github.com/niklasfasching/go-org v1.2.0
+ github.com/niklasfasching/go-org v1.3.0
github.com/olekukonko/tablewriter v0.0.4
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pkg/errors v0.9.1