deps: Update go-org to v1.2.0
authorNiklas Fasching <niklas.fasching@gmail.com>
Fri, 26 Jun 2020 19:05:37 +0000 (21:05 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 27 Jun 2020 11:28:01 +0000 (13:28 +0200)
commit2d42ba912ba945230aa0be23c3c8256cba40ce99
treeac2b33309cfa8128fc8d86a5babb8f8c72d46169
parent5b7b5dea1fe3494995c6a9c3368087abf47cdc12
deps: Update go-org to v1.2.0

- Add support for #+MACRO
- fix a bug with #+LINK (edge case, should never happen anyways :TM:)
- Make title export optional (add export option)
- Remove cosmetic whitespace added by go-org (for easier visual
  diffing) inside p tags (<p>\nfoo\n</p> => <p>foo</p>)
  (should make `white-space: pre` on p look more in line with expectations)
- implement table separators via multiple tbodies (the html spec is ok with
  that)
go.mod
go.sum
markup/org/convert_test.go