]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Disable blackfriday's automatic fraction formatting.
authorBardi Harborow <bardi@bardiharborow.com>
Wed, 27 Feb 2019 10:31:28 +0000 (21:31 +1100)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Mar 2019 17:22:59 +0000 (19:22 +0200)
config.yml

index 6628946898f418cbe2a4ac173fd76b26cabf0cb1..ca0fe79903b9c21ae4e903e4ee01d57dd8641e54 100644 (file)
@@ -14,6 +14,9 @@ enableRobotsTXT:        true
 metaDataFormat:         "yaml"
 disableKinds:           ["404", "taxonomy", "taxonomyTerm", "RSS"]
 
+blackfriday:
+  fractions:            false
+
 publishDir:             "_gh_pages"
 archetypeDir:           "site/archetypes"
 assetDir:               "site/assets"