chrisbra / Colorizer

color hex codes and color names
547 stars 30 forks source link

Broken Ansi color code in Clojure documentation #93

Closed Sangdol closed 2 years ago

Sangdol commented 2 years ago

[Deleted the contents not to confuse others.]

chrisbra commented 2 years ago

Not sure what this is, try pre-processing the file using sed, so sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" < myfile.txt

Sangdol commented 2 years ago

I'm sorry. I made a ticket in the wrong repository. I intended to create this in the Conjure repo. I think mixed up tabs while writing the ticket.

Thanks for the plugin and the suggestion!