mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-12 07:12:53 +01:00
Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
This commit is contained in:
30
library/modules/markdown/markdown-node.md
Normal file
30
library/modules/markdown/markdown-node.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: Markdown
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
<##head##>
|
||||
# Markdown
|
||||
|
||||
This node enables you to use Markdown in Noodl.
|
||||
|
||||

|
||||
<##head##>
|
||||
|
||||
## Inputs
|
||||
|
||||
**CSS Class**
|
||||
The class name that'll be set on a wrapper `<div>` around the resulting HTML output. This is important for styling the Markdown with CSS.
|
||||
|
||||
**Source**
|
||||
The markdown source.
|
||||
|
||||
**Allow HTML**
|
||||
If this is enabled any HTML in the *Source* will be rendered as HTML. Be mindful of security risks if the markdown source originates in some type of end user input.
|
||||
|
||||
**Open links in tab**
|
||||
* `true` Links in the markdown open in a new tab
|
||||
* `false` Links in the markdown open in the same window
|
||||
|
||||
**Mounted**
|
||||
This property is used to completely remove the node from the DOM. If this property is set to false the node is removed from the DOM.
|
||||
Reference in New Issue
Block a user