plaintext
.plaintext content:{InlineMarkdownContent} -> StringContent copied to clipboard
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