The text parser module only has html to text, curious why that might be.
Heyy @august_browning Welcome to the community!
You can use Markdown Modules to convert Text to Html.
Here is the Example.
Output
I hope this helps!
Best,
@Prem_Patel
Welcome to the Make community!
This is because when you convert HTML to (plain) text, it is an irreversible conversion, as the HTML markup (tags) are stripped away.
You won’t know which plain text is to be formatted, e.g. bold, italics, colour, etc., without the HTML tags and styles, so you cannot convert plain text (no formatting) back into HTML.
For more information, try asking this question in ChatGPT ![]()
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

