purescript-docs-search icon indicating copy to clipboard operation
purescript-docs-search copied to clipboard

Rendering markdown in the terminal

Open klntsky opened this issue 5 years ago • 0 comments

As for now we output raw markdown, but this should be changed.

We need to wrap one of Node markdown renderers into a PS interface.

Candidates are:

https://github.com/trabus/markdown-it-terminal

https://github.com/mikaelbr/marked-terminal

The first is preferred, since we are already using markdown-it for HTML rendering.

Contributors are very welcome!

klntsky avatar Aug 03 '20 08:08 klntsky