MD2HTML Function: Difference between revisions
From Planfix
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
}} | }} | ||
The MD2HTML() function converts markdown to HTML. It is used to process responses from services that return markdown or plain text. | The MD2HTML() function converts markdown to HTML. It is used to process responses from services that return markdown or plain text. | ||
== Format == | == Format == | ||
*'''MD2HTML'''(Argument) | *'''MD2HTML'''(Argument) | ||
== Example == | == Example == | ||
<pre>%%%MD2HTML({{Ifoblock.Response}})%%%</pre> | |||
Revision as of 14:16, 28 August 2025
The MD2HTML() function converts markdown to HTML. It is used to process responses from services that return markdown or plain text.
Format
- MD2HTML(Argument)
Example
%%%MD2HTML({{Ifoblock.Response}})%%%