MD2HTML Function: Difference between revisions

From Planfix
Jump to: navigation, search
(Created page with "{{#seo: |title=MD2HTML Function |titlemode=append |keywords=planfix, function, MD2HTML |description=Функция MD2HTML }} 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 == https://s.pfx.so/pf/3Z/5vxHhF.jpg == Go To == *Formulas *Regular expression")
 
No edit summary
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
|titlemode=append
|titlemode=append
|keywords=planfix, function, MD2HTML
|keywords=planfix, function, MD2HTML
|description=Функция MD2HTML
|description=MD2HTML Function
}}
}}
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 ==
<pre>%%%MD2HTML({{Ifoblock.Response}})%%%</pre>


== Example ==
https://s.pfx.so/pf/3Z/5vxHhF.jpg


== Go To ==
== Go To ==
*[[Standard functions|Formulas]]
*[[Standard functions|Formulas]]
*[[Regular expression]]
*[[Regular expression]]

Latest revision as of 08:28, 29 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}})%%%


Go To