mirror of https://github.com/status-im/codimd.git
removed default value for toc depth
seems to be set elsewhere Co-authored-by: Yukai Huang <yukaihuangtw@gmail.com> Signed-off-by: Gereon Dusella <git@gereondusella.de>
This commit is contained in:
parent
c7013574e2
commit
3438c5701b
|
@ -148,5 +148,5 @@ module.exports = {
|
|||
defaultUseHardbreak: toBooleanConfig(process.env.CMD_DEFAULT_USE_HARD_BREAK),
|
||||
linkifyHeaderStyle: process.env.CMD_LINKIFY_HEADER_STYLE,
|
||||
autoVersionCheck: toBooleanConfig(process.env.CMD_AUTO_VERSION_CHECK),
|
||||
defaultTocDepth: toIntegerConfig(process.env.CMD_DEFAULT_TOC_DEPTH, 3)
|
||||
defaultTocDepth: toIntegerConfig(process.env.CMD_DEFAULT_TOC_DEPTH)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue