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

Color/other non-markdown text styles #1

Closed
sqrrrl opened this issue Nov 29, 2016 · 3 comments
Closed

Color/other non-markdown text styles #1

sqrrrl opened this issue Nov 29, 2016 · 3 comments

Comments

@sqrrrl
Copy link
Member

sqrrrl commented Nov 29, 2016

Feature request to add additional styling support, particularly colors, using {attr} syntax

Title{foreground-color=red}

@githarkirat
Copy link

since colour and undeline are not supported natively in markdown, why not just add a # <span style='color:#FF0000'> Title</span> inline element

@sqrrrl
Copy link
Member Author

sqrrrl commented Jan 5, 2017

Yes, probably will end up doing that, though right now inline span elements are ignored. It's implemented for syntax highlighted code, just needs to be generalized for use in other elements.

@sqrrrl
Copy link
Member Author

sqrrrl commented Jan 5, 2017

Fixed in next version.

@sqrrrl sqrrrl closed this as completed Jan 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants