-
Notifications
You must be signed in to change notification settings - Fork 18
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 quotes #48
Comments
I would like to discuss on this further. Suggestion welcome. Do we need custom spans and draw the " " at the start and end? |
This can be done with QuoteSpan https://developer.android.com/reference/android/text/style/QuoteSpan . So if message starts with > it's quoted message? |
Yes. QuoteSpan looks good, go for it. Indeed a quoted message has the format of |
Add QutoeSpan for text that starts with > Message
Add QutoeSpan for text that starts with > Message
That's not a quote, that's a permalink |
ok. the link shows as a green square block |
I want to get this in for v1.0
The text was updated successfully, but these errors were encountered: