Skip to content

Add support for colors in Markdown#86

Open
TheRealVira wants to merge 7 commits intoreddit:masterfrom
TheRealVira:patch-1
Open

Add support for colors in Markdown#86
TheRealVira wants to merge 7 commits intoreddit:masterfrom
TheRealVira:patch-1

Conversation

@TheRealVira
Copy link
Contributor

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
Contributor 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