Documentation about OPDS and user profile.

Needs some more work.
This commit is contained in:
Olivier Meunier
2023-08-15 21:56:46 +02:00
parent 56b4aed071
commit 51b842ebf1
12 changed files with 96 additions and 6 deletions

View File

@@ -115,7 +115,8 @@ func mdToHTML(source, dest string) (*File, error) {
buf := new(bytes.Buffer)
p := goldmark.New(
goldmark.WithExtensions(
extension.GFM,
extension.Table,
extension.Strikethrough,
extension.DefinitionList,
figure.Figure,
meta.Meta,