diff options
author | Anthony Wang | 2022-09-15 09:21:22 -0500 |
---|---|---|
committer | Anthony Wang | 2022-09-15 09:21:22 -0500 |
commit | 47229ea208471eaba66216daa36cce4bc5417468 (patch) | |
tree | b14bd71c069d0409b547393146f8028cdee0b3db /custom | |
parent | 42b1bac7a6a35952fa90e08df6b4130126df52ed (diff) | |
parent | bf325d44120c4a6fc7f67ff1dc25db770247c9a7 (diff) |
Merge remote-tracking branch 'upstream/main'
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index f0d65a65d..4e1683d82 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1262,6 +1262,9 @@ ROUTER = console ;; List of file extensions that should be rendered/edited as Markdown ;; Separate the extensions with a comma. To render files without any extension as markdown, just put a comma ;FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd +;; +;; Enables math inline and block detection +;ENABLE_MATH = true ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |