Update config.go to add two Asciidoctor extensions

Added two common extensions to allow my Hugo+Asciidoctor site to build with the new configuration.
This commit is contained in:
Bryan Klein 2020-07-01 15:01:14 -07:00 committed by Bjørn Erik Pedersen
parent 4a3efea7ef
commit beb6c03bc8

View file

@ -33,10 +33,12 @@ var (
AllowedExtensions = map[string]bool{
"asciidoctor-html5s": true,
"asciidoctor-bibtex": true,
"asciidoctor-diagram": true,
"asciidoctor-interdoc-reftext": true,
"asciidoctor-katex": true,
"asciidoctor-latex": true,
"asciidoctor-mathematical": true,
"asciidoctor-question": true,
"asciidoctor-rouge": true,
}