Skip to content

Commit

Permalink
Update config.go to add two Asciidoctor extensions
Browse files Browse the repository at this point in the history
Added two common extensions to allow my Hugo+Asciidoctor site to build with the new configuration.
  • Loading branch information
bwklein authored and bep committed Jul 2, 2020
1 parent 4a3efea commit beb6c03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions markup/asciidocext/asciidocext_config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit beb6c03

Please sign in to comment.