mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
15 lines
352 B
YAML
15 lines
352 B
YAML
key: htmlCore
|
|
title: Core
|
|
description: Basic HTML Parser
|
|
author: requarks.io
|
|
input: html
|
|
output: html
|
|
icon: mdi-language-html5
|
|
props:
|
|
absoluteLinks:
|
|
type: Boolean
|
|
default: false
|
|
title: Treat relative links as root absolute
|
|
hint: For example, a link to foo/bar on page xyz will render as /foo/bar instead of /xyz/foo/bar.
|
|
order: 1
|