Add information about new method signature to README (Markwon.setText)
This commit is contained in:
parent
27683ea11f
commit
a0b36d4fd2
@ -134,6 +134,11 @@ Markwon.scheduleDrawables(textView);
|
|||||||
Markwon.scheduleTableRows(textView);
|
Markwon.scheduleTableRows(textView);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Please note that if you are having trouble with `LinkMovementMethod` you can use
|
||||||
|
`Markwon.setText(textView, markdown, movementMethod)` method (`@since 1.0.6`) to specify _no_ movement
|
||||||
|
method (aka `null`) or own implementation. As an alternative to the system `LinkMovementMethod`
|
||||||
|
you can use [better-link-movement-method][Better-Link-Movement-Method].
|
||||||
|
|
||||||
Please refer to [SpannableConfiguration] document for more info
|
Please refer to [SpannableConfiguration] document for more info
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -315,6 +320,7 @@ Underscores (`_`)
|
|||||||
[commonmark-java]: https://github.com/atlassian/commonmark-java/blob/master/README.md
|
[commonmark-java]: https://github.com/atlassian/commonmark-java/blob/master/README.md
|
||||||
[cheatsheet]: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
|
[cheatsheet]: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
|
||||||
[SpannableConfiguration]: ./docs/SpannableConfiguration.md
|
[SpannableConfiguration]: ./docs/SpannableConfiguration.md
|
||||||
|
[better-link-movement-method]: https://github.com/saket/Better-Link-Movement-Method
|
||||||
|
|
||||||
[arbitrary case-insensitive reference text]: https://www.mozilla.org
|
[arbitrary case-insensitive reference text]: https://www.mozilla.org
|
||||||
[1]: http://slashdot.org
|
[1]: http://slashdot.org
|
||||||
|
Loading…
x
Reference in New Issue
Block a user