mirror of https://github.com/Requarks/wiki.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
683 B
29 lines
683 B
key: markdownCore
|
|
title: Core
|
|
description: Basic Markdown Parser
|
|
author: requarks.io
|
|
dependsOn: []
|
|
props:
|
|
linkify:
|
|
type: Boolean
|
|
default: true
|
|
title: Automatically convert links
|
|
hint: Links will automatically be converted to clickable links.
|
|
linebreaks:
|
|
type: Boolean
|
|
default: true
|
|
title: Automatically convert line breaks
|
|
hint: Add linebreaks within paragraphs.
|
|
highlightCode:
|
|
type: Boolean
|
|
default: true
|
|
title: Highlight code blocks
|
|
hint: Add syntax coloring to code blocks.
|
|
codeTheme:
|
|
type: String
|
|
default: light
|
|
title: Code Color Theme
|
|
hint: Color theme for code blocks
|
|
enum:
|
|
- light
|
|
- dark
|