hugo/markup
Niklas Fasching fa432b17b3 org: Disable broken pretty relative links feature
go-org PrettyRelativeLinks rewrites relative org links by
- adding `../` in front
- removing any `.org` suffix

This was meant to play well with hugo pretty urls (which pretty much renders
posts in a subdirectory without the file suffix) and allow use of normal org
file links to reference other posts.

There's a lot of edge cases I didn't consider and multiple bug reports in
go-org [1] later I don't think the complexity of handling those edge cases is
worth it - so let's disable it.

[1]
- https://github.com/niklasfasching/go-org/issues/53
- 5dadf8c4c2 (comment)
- https://github.com/niklasfasching/go-org/issues/51
2021-04-12 08:08:53 +02:00
..
asciidocext Fixes #7698. 2021-02-22 13:52:04 +01:00
blackfriday
converter Fix output format handling for render hooks 2021-03-09 13:26:39 +01:00
goldmark Attributes for code fences should be placed after the lang indicator only 2021-03-20 19:15:11 +01:00
highlight
internal
markup_config markup/goldmark: Fix handling of legacy attribute config 2021-02-09 09:23:18 +01:00
mmark
org org: Disable broken pretty relative links feature 2021-04-12 08:08:53 +02:00
pandoc
rst
tableofcontents
markup.go
markup_test.go