feat: Optional linebreaks + mathjax processing

This commit is contained in:
NGPixel
2017-06-24 16:08:55 -04:00
committed by Nicolas Giard
parent 3d9aa18c05
commit 919afb46e2
5 changed files with 38 additions and 2 deletions

View File

@@ -132,6 +132,15 @@ git:
# Whether to use user email as author in commits
showUserEmail: true
# ---------------------------------------------------------------------
# Features
# ---------------------------------------------------------------------
# You can enable / disable specific features below
features:
linebreaks: true
mathjax: true
# ---------------------------------------------------------------------
# External Logging
# ---------------------------------------------------------------------

View File

@@ -132,6 +132,15 @@ git:
# Whether to use user email as author in commits
showUserEmail: $(WIKI_SHOW_USER_EMAIL)
# ---------------------------------------------------------------------
# Features
# ---------------------------------------------------------------------
# You can enable / disable specific features below
features:
linebreaks: true
mathjax: true
# ---------------------------------------------------------------------
# External Logging
# ---------------------------------------------------------------------