mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
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:
committed by
Bjørn Erik Pedersen
parent
4a3efea7ef
commit
beb6c03bc8
@@ -33,10 +33,12 @@ var (
|
|||||||
|
|
||||||
AllowedExtensions = map[string]bool{
|
AllowedExtensions = map[string]bool{
|
||||||
"asciidoctor-html5s": true,
|
"asciidoctor-html5s": true,
|
||||||
|
"asciidoctor-bibtex": true,
|
||||||
"asciidoctor-diagram": true,
|
"asciidoctor-diagram": true,
|
||||||
"asciidoctor-interdoc-reftext": true,
|
"asciidoctor-interdoc-reftext": true,
|
||||||
"asciidoctor-katex": true,
|
"asciidoctor-katex": true,
|
||||||
"asciidoctor-latex": true,
|
"asciidoctor-latex": true,
|
||||||
|
"asciidoctor-mathematical": true,
|
||||||
"asciidoctor-question": true,
|
"asciidoctor-question": true,
|
||||||
"asciidoctor-rouge": true,
|
"asciidoctor-rouge": true,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user