Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
How to format Markdown in terminal
When printing Markdown text to the terminal, how can I get a bit more formatting so it looks nicer?
I realize that this is a bit of a contradiction, since terminals generally use only one font. But kids these days have come up with all sorts of terminal bling, and you can do things like bold, italic, colors, etc.
I have a fancy hardware accelerated terminal (Kitty). No need to support ancient/minimalist terminals.
Is there some library that can pretty print markdown to the terminal?
1 answer
This is not exactly what you're asking for, but you could use bat
, which has source code syntax highlighting and just use the raw Markdown.
0 comment threads