shithub: hugo

Download patch

ref: beb6c03bc8f476b753e5f3e3bc7a4a2e3f8ad355
parent: 4a3efea7efe59cd3de7d0eb352836ab395a2b6b3
author: Bryan Klein <klein@thunderheadeng.com>
date: Wed Jul 1 11:01:14 EDT 2020

Update config.go to add two Asciidoctor extensions

Added two common extensions to allow my Hugo+Asciidoctor site to build with the new configuration.

--- a/markup/asciidocext/asciidocext_config/config.go
+++ b/markup/asciidocext/asciidocext_config/config.go
@@ -33,10 +33,12 @@
 
 	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,
 	}