Skip to content
Snippets Groups Projects

Move designs.a.o to www.a.o

Merged Martyn Welch requested to merge wip/martyn/T7270-Move-Designs into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -84,3 +84,12 @@ languageCode = "en-us"
[mediaTypes]
[mediaTypes."html/pdf-in"]
suffixes = ["pdf-in"]
# By default Goldmark does not render raw HTMLs and potentially dangerous
# links. As we have HTML tables in places (that can't readily be implemented
# in pure Markdown due to large cells with complex content) and can be sure
# of the content being rendered, switch "unsafe" on to allow these HTML
# elements to be created.
[markup]
[markup.goldmark.renderer]
unsafe = true
Loading