hugo/markup
Niklas Fasching 2d42ba912b 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)
2020-06-27 13:28:01 +02:00
..
asciidocext Rework external asciidoctor integration 2020-06-25 09:51:33 +02:00
blackfriday markup/goldmark: Add an optional Blackfriday auto ID strategy 2020-01-05 11:56:05 +01:00
converter Rework external asciidoctor integration 2020-06-25 09:51:33 +02:00
goldmark Add render template hooks for headings 2020-05-15 21:12:43 +02:00
highlight markup/highlight: Fix chroma highlight 2020-02-17 14:59:26 +01:00
internal Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
markup_config Rework external asciidoctor integration 2020-06-25 09:51:33 +02:00
mmark Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
org deps: Update go-org to v1.2.0 2020-06-27 13:28:01 +02:00
pandoc Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
rst Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
tableofcontents markup/tableofcontents: Add config option for ordered list 2019-12-12 07:48:40 +01:00
markup.go Rework external asciidoctor integration 2020-06-25 09:51:33 +02:00
markup_test.go Rework external asciidoctor integration 2020-06-25 09:51:33 +02:00