-
Notifications
You must be signed in to change notification settings - Fork 575
Highlight EARLY ACCESS status in readme #169
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
Highlight EARLY ACCESS status in readme #169
Conversation
|
Could a table help highlight this? Or even a table + red color? |
|
Github markdown does not support text color. What Luke suggested is a hack that makes use of code highlighting features that github has enabled as a part of it's markdown flavor. Below are the alternatives I was able to come up with, let me know which one you like best: (1) - IMPORTANT: This project is currently experimental.(2)
(3) I was unable to combine (1) and (2), but 🛑 and other smileys similar to that one can be used anywhere we can use regular text. Below is the link to the discussion of the topic on SO: https://stackoverflow.com/questions/11509830/how-to-add-color-to-githubs-readme-md-file |
3c9a0dc to
92ff3c1
Compare
lkrell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Github markdown doesn't really support text colors. I opted to use colored smileys: 🟡.
Alternatively we could go with (suggested by @LukeStampfli ):
- Important red message