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 strikethrough text style #210

Merged
merged 2 commits into from
May 9, 2018

Conversation

macgregorthomson
Copy link
Contributor

No description provided.

@@ -14,6 +15,7 @@ const baseStyles = StyleSheet.create({
i: italicStyle,
em: italicStyle,
u: underlineStyle,
s: strikethroughStyle,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should also add this for the deprecated strike tag, given that this code also recognizes the old b and i tags

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@isilher isilher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the addition!

@isilher
Copy link
Collaborator

isilher commented Mar 13, 2018

@richchurcher any specials steps needed or can I just merge this?

@macgregorthomson
Copy link
Contributor Author

I believe this can just be merged. Thanks!

@isilher isilher merged commit 5766e21 into jsdf:master May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants