wikijs-fork/server/modules/rendering/markdown-expandtabs/definition.yml

14 lines
289 B
YAML
Raw Normal View History

2018-08-20 05:02:57 +00:00
key: markdownExpandtabs
title: Expand Tabs
description: Replace tabs with spaces in code blocks
author: requarks.io
icon: space_bar
enabledDefault: true
dependsOn: markdownCore
2018-09-10 00:33:10 +00:00
props:
tabWidth:
type: Number
title: Tab Width
hint: Amount of spaces for each tab
default: 4