I have a repl with a Markdown readme - I want the readme to display when I embed the repl, instead of the default file.
Is there a way to configure this?
How to choose which file displays when embedding?
I have a repl with a Markdown readme - I want the readme to display when I embed the repl, instead of the default file.
Is there a way to configure this?
There's a library written in Node.js called Marked that parses markdown into the resulting webpage, so maybe give that a try?