-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Customize HTML/XML rendering with tag attributes #77
Comments
malcommac
added a commit
that referenced
this issue
Dec 21, 2019
…oup (example with a tag in demo app)
malcommac
added a commit
that referenced
this issue
Dec 21, 2019
malcommac
added a commit
that referenced
this issue
Dec 21, 2019
malcommac
added a commit
that referenced
this issue
Dec 21, 2019
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add configurable style attributes like color, font weight, etc. to allow for better customization:
<h1 color= "#RRGGBB">
Or
Add support for style sheets
<h1 style="color:blue;">This is a Blue Heading</h1>
Purpose :
Sample of proposed changes
https://github.com/malcommac/SwiftRichString/pull/76/files
The text was updated successfully, but these errors were encountered: