mirror of https://github.com/requarks/wiki
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.
21 lines
407 B
21 lines
407 B
2 years ago
|
key: asciidocCore
|
||
|
title: Core
|
||
|
description: Basic Asciidoc Parser
|
||
|
author: dzruyk (Based on asciidoctor.js renderer)
|
||
|
input: asciidoc
|
||
|
output: html
|
||
|
icon: mdi-sitemap
|
||
|
enabledDefault: true
|
||
|
props:
|
||
|
safeMode:
|
||
|
type: String
|
||
|
default: server
|
||
|
title: Safe Mode
|
||
|
hint: Sets the safe mode to use when parsing content to HTML.
|
||
|
order: 1
|
||
|
enum:
|
||
|
- unsafe
|
||
|
- safe
|
||
|
- server
|
||
|
- secure
|