You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would like to convert markdown(commonmark is perfectly fine) to ansi-color output inside a terminal, e.g. dartless my.md can render markdown file with color for me to read at command line. dartless is a less command alternative written in dart, something like bat in rust, that I want to write. Thanks.
I see. Sorry we don't support anything like this. We intend to support a public, stable, syntax tree for Markdown nodes. Then you could, for example, render that tree as ANSI codes. #369
this converts to html like golang's chroma,which is based off pygmentize,can this package support colors in terminal programs too?
The text was updated successfully, but these errors were encountered: