2018-08-20 05:02:57 +00:00
|
|
|
key: markdownCore
|
|
|
|
title: Core
|
|
|
|
description: Basic Markdown Parser
|
|
|
|
author: requarks.io
|
2018-08-27 02:38:08 +00:00
|
|
|
input: markdown
|
|
|
|
output: html
|
|
|
|
icon: crop_free
|
2018-08-20 05:02:57 +00:00
|
|
|
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
|