Replace blackfriday with goldmark

This change replaces the unmaintained blackfriday markdown renderer with the
goldmark renderer.
The goal is to have wider support for more markdown extensions and ideally
have a better solution for mermaid transformation via extensions as well.
This commit is contained in:
Manuel Rüger
2023-03-06 16:23:06 +01:00
parent 3dd6d0ab99
commit a3dc8bed05
15 changed files with 308 additions and 222 deletions

View File

@@ -555,7 +555,7 @@ func (api *API) UpdatePage(page *PageInfo, newContent string, minorEdit bool, ne
"labels": labels,
// Fix to set full-width as has changed on Confluence APIs again.
// https://jira.atlassian.com/browse/CONFCLOUD-65447
//
//
"properties": map[string]interface{}{
"content-appearance-published": map[string]interface{}{
"value": appearance,