plaintext

.plaintext content:{InlineMarkdownContent} -> String

Converts Markdown content to plain text.

Example: Hello, **world**! ->Hello, world!

Return

a new string that is the plain text of the content

Parameters

content

inline content to convert