Markdown

Markdown #

The string field generates a field for entering strings. Multiline string values are allowed by enableing this property.

Single markdown

Single markdown

Multi line markdown

Multi line markdown

Properties #

propertyvalue typeoptionaldescription
keystringmandatoryKeys are for internal use and must be unique
titlestringoptionalThe title of the element
tipstringoptional (default: null)Text entered here with markdown formatting is displayed as context help in an overlay box
defaultstringoptional (default: null)default value when the key is not set yet
previewbooleanoptional (default: false)Enable preview field with rendered HTML

Sample #

Configuration #

./quiqr/model/base.
     
key: sample_field
title: Sample field
type: markdown
key = "sample_field"
title = "Sample field"
type = "markdown"
{
   "key": "sample_field",
   "title": "Sample field",
   "type": "markdown"
}

Output #

sample_field: |-
  Some multiline
  string value  

Known issues #

The preview field is broken.