We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great if the following code block would support ANSI coloring:
[30m Black Text [31m Red Text [32m Green Text [33m Yellow Text [34m Blue Text [35m Purple Text [36m Cyan Text [37m White Text
I tried txt, cmd, bash, shell but none seem to support this (yet..). This would be awesome for sharing log snippets and other console output.
txt
cmd
bash
shell
I explicitly only want it in code blocks and not in regular markdown as I don't think it coloring must not be part of the formatting.
Maybe via for example the syntax keyword ansi if it should not be applied to all but I guess it makes sense to apply to all shell related formatters.
ansi
Related:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be great if the following code block would support ANSI coloring:
I tried
txt
,cmd
,bash
,shell
but none seem to support this (yet..). This would be awesome for sharing log snippets and other console output.I explicitly only want it in code blocks and not in regular markdown as I don't think it coloring must not be part of the formatting.
Maybe via for example the syntax keyword
ansi
if it should not be applied to all but I guess it makes sense to apply to all shell related formatters.Related:
The text was updated successfully, but these errors were encountered: