wikijs-fork/server/modules/rendering/markdown-expandtabs/definition.yml
2018-09-09 20:33:10 -04:00

14 lines
289 B
YAML

key: markdownExpandtabs
title: Expand Tabs
description: Replace tabs with spaces in code blocks
author: requarks.io
icon: space_bar
enabledDefault: true
dependsOn: markdownCore
props:
tabWidth:
type: Number
title: Tab Width
hint: Amount of spaces for each tab
default: 4