/
markdown
markdown
Description
Routine that translate HTML/XML markup from a passed string and returns markdown version.
Parameters
Return Type
String
Example
string html = "<p>Some text</p>";
string markdown = markdown(html);
print(markdown);
See also
, multiple selections available,
Related content
renderPage
renderPage
Read with this
Markdown for Jira
Markdown for Jira
More like this
Markdown Extensions for Confluence
Markdown Extensions for Confluence
More like this
Markdown for Jira guide
Markdown for Jira guide
More like this
Markdown macro - Cloud
Markdown macro - Cloud
More like this
Release notes 1.0.0
Release notes 1.0.0
More like this