Skip to content

Commit 725615b

Browse files
committed
document .livemd extension
1 parent 4733599 commit 725615b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ ROUTER = console
13151315
;;
13161316
;; List of file extensions that should be rendered/edited as Markdown
13171317
;; Separate the extensions with a comma. To render files without any extension as markdown, just put a comma
1318-
;FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd
1318+
;FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd,.livemd
13191319
;;
13201320
;; Enables math inline and block detection
13211321
;ENABLE_MATH = true

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ In addition there is _`StaticRootPath`_ which can be set as a built-in at build
116116

117117
### Repository - Editor (`repository.editor`)
118118

119-
- `LINE_WRAP_EXTENSIONS`: **.txt,.md,.markdown,.mdown,.mkd,**: List of file extensions for which lines should be wrapped in the Monaco editor. Separate extensions with a comma. To line wrap files without an extension, just put a comma
119+
- `LINE_WRAP_EXTENSIONS`: **.txt,.md,.markdown,.mdown,.mkd,.livemd,**: List of file extensions for which lines should be wrapped in the Monaco editor. Separate extensions with a comma. To line wrap files without an extension, just put a comma
120120
- `PREVIEWABLE_FILE_MODES`: **markdown**: Valid file modes that have a preview API associated with them, such as `api/v1/markdown`. Separate the values by commas. The preview tab in edit mode won't be displayed if the file extension doesn't match.
121121

122122
### Repository - Pull Request (`repository.pull-request`)

0 commit comments

Comments
 (0)