diff options
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 00efda50..99f83805 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -124,6 +124,13 @@ CUSTOM_URL_SCHEMES = ; Separate extensions with a comma. To render files w/o extension as markdown, just put a comma FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd +[smartypants] +ENABLED = false +FRACTIONS = true +DASHES = true +LATEX_DASHES = true +ANGLED_QUOTES = true + [http] ; Value for Access-Control-Allow-Origin header, default is not to present ACCESS_CONTROL_ALLOW_ORIGIN = |