-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
markdown support ? #6
Comments
Markdown doesn't support color, except when using HTML tags. I actually did try to support Markdown as a read/write format, and that work is on a branch called |
I am very disappointed that markdown doesn't support color I want a markdown with colors and sixel support ! I found this discussion https://stackoverflow.com/questions/35465557/how-to-apply-color-on-text-in-markdown They suggest using unicode emoji for adding a little color Like 🔴🟠⚫⚪🟣🟢🟡🔵 They also suggest using CSS ? <style> r { color: Red } o { color: Orange } g { color: Green } </style>TODOs:
// colors I don't understand how that would work as I don't understand CSS Maybe they can be hidden in a collapsible section and still work somehow ? collapsed section<style> r { color: Red } o { color: Orange } g { color: Green } </style>TODOs:
// colors |
Markdown seems like it would be a great fit for an output format, maybe even "copy to clipboard as markdown", the whole image, or just a selection
The text was updated successfully, but these errors were encountered: