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 all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
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 all: Fix minor typos 2020-12-16 12:11:32 +01:00
internal Improve LookPath 2020-12-19 17:03:07 +01:00
markup_config markup/goldmark: Fix handling of legacy attribute config 2021-02-09 09:23:18 +01:00
mmark all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
org org: Disable broken pretty relative links feature 2021-04-12 08:08:53 +02:00
pandoc Add Dart Sass support 2020-12-30 17:32:25 +01:00
rst rst: Adjust log level 2021-01-01 11:50:13 +01:00
tableofcontents all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
markup.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
markup_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00