Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2020-01-03 12:01:00 +0300
committerAsur <asur@asurbernardo.com>2020-01-03 12:01:00 +0300
commit3f0bbe8966abf66a155b77b4d477d019f8affe42 (patch)
tree6c837fc93c47f4bcddf03968b035ac47e3c2d974
parenta19f056a014044c01a7db3ef2c7c17ffe18267db (diff)
Set default markdown handler to blackfriday
-rw-r--r--exampleSite/config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 57d9db1..737759f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -73,4 +73,7 @@ paginate = 2
publisherName = "amperage"
publisherLogo = "/logo-amp-article.png"
publisherLogoWidth = 600
- publisherLogoHeight = 60 \ No newline at end of file
+ publisherLogoHeight = 60
+
+[markup]
+ defaultMarkdownHandler = "blackfriday" \ No newline at end of file