Skip to content
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

Add support for colors in Markdown #86

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

TheRealVira
Copy link

User could use this as the following:

>c:blue::text:<

Which then would get translated to:

<span style="color:blue">text</span>

Might be a need feature to bring some color in text and it would help to make some highlighting (aside from using the underline function). My implementation should support inline text color, but please check it for errors as I am a bit rusty with my C skills.

If you need anything else, please let me know! I am not sure if this is still active, but it's worth a try I guess 😄

sp3nx0r pushed a commit that referenced this pull request Oct 19, 2021
* Add Dockerfile.wheel and Makefile for packaging
* Use Artifactory 3.8 base image
* Readme: Fix typo
* Add building instructions
* Autoremove byte order mark
sp3nx0r pushed a commit that referenced this pull request Oct 20, 2021
* Add Dockerfile.wheel and Makefile for packaging
* Use Artifactory 3.8 base image
* Readme: Fix typo
* Add building instructions
* Autoremove byte order mark
@TheRealVira
Copy link
Author

💇‍♀️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant