hugo/markup
Bjørn Erik Pedersen 271318ad78 Split parse and render for Goldmark
This also speeds up situations where you only need the fragments/toc and not the rendered content, e.g. Related
with fragments type indexing:

```bash

name            old time/op    new time/op    delta
RelatedSite-10    12.3ms ± 2%    10.7ms ± 1%  -12.95%  (p=0.029 n=4+4)

name            old alloc/op   new alloc/op   delta
RelatedSite-10    38.6MB ± 0%    38.2MB ± 0%   -1.08%  (p=0.029 n=4+4)

name            old allocs/op  new allocs/op  delta
RelatedSite-10      117k ± 0%      115k ± 0%   -1.36%  (p=0.029 n=4+4)
```

Fixes #10750
2023-02-24 10:40:06 +01:00
..
asciidocext Split parse and render for Goldmark 2023-02-24 10:40:06 +01:00
blackfriday Remove Blackfriday markdown engine 2022-05-29 11:50:58 +02:00
converter Split parse and render for Goldmark 2023-02-24 10:40:06 +01:00
goldmark Split parse and render for Goldmark 2023-02-24 10:40:06 +01:00
highlight markup: Fix linenos codeblock hl option case regression 2023-02-05 20:06:25 +01:00
internal markup/goldmark: Add removeSurroundingParagraph for Markdown images 2022-12-05 15:00:47 +01:00
markup_config Remove Blackfriday markdown engine 2022-05-29 11:50:58 +02:00
org Split parse and render for Goldmark 2023-02-24 10:40:06 +01:00
pandoc Split parse and render for Goldmark 2023-02-24 10:40:06 +01:00
rst Split parse and render for Goldmark 2023-02-24 10:40:06 +01:00
tableofcontents Add page fragments support to Related 2023-02-21 17:56:41 +01:00
markup.go Misc doc, code refactoring to improve documentation 2023-01-04 18:01:26 +01:00
markup_test.go Remove Blackfriday markdown engine 2022-05-29 11:50:58 +02:00