Change Comment Plain text style to Markdown or a Markdown-style Translator (Python, JS)
Jason Dale
Current Comment plain text style shows strings in this format:
{
"comment": [
{
"text": "plain text",
"attributes": {}
}
]
}
Convert plain text code to Markdown so it is more easily useable, or open source the plain text formatting to a Markdown-translator language such as Python or Javascript
Log In
O
Oleg Dubyk
+
Lucas Pearson
Might even be worth writing it in something like JSII (TypeScript) and letting that convert it to all the other language you want since working with json and string (markdown) should be native to pretty much every language