-
Notifications
You must be signed in to change notification settings - Fork 106
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
Change Markdown syntax colours #28
Comments
This is currently not supported. It is definitely possible and would include reconfiguring the matching groups on the regex parsing, and thus, in turn, the styling of the attributed strings. Any interest in a pull request to implement this feature? |
I've got this working using named capturing groups in the regex, and matching those names to styles using a new property in the style class.
Named capturing groups are only supported by This approach seems very flexible, and requires quite minimal changes to the system as a whole. Will polish it up and submit a PR in case you like this direction. |
Hi, @siburb thanks so much. Definitely open to reviewing a PR! |
Is there any way to use different colours for markdown symbols? Like:
**, *, #, etc
?(I know, for example the bold has a different colour from the body colour but I would like to set only the markdown syntax's alpha value or it's colour)
The text was updated successfully, but these errors were encountered: