KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
768 stars 60 forks source link

Markdown highlighting: Make prompt configurable #273

Open mgkurtz opened 2 years ago

mgkurtz commented 2 years ago

As it seems from #100, #101 and #272 different people want different prompts in their markdown code highlighting. So this PR provides just that in the form of markdown_prompt!(prompt; crayon) for configuration.

Is that fine? If so, I can add a line to the docs as well.