mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05: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:
parent
4a3efea7ef
commit
beb6c03bc8
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue