* Fix bullet list item size (depend on text size and not top-bottom arguments)
* Add SNAPSHOT publishing
* Add ability to specify MovementMethod when applying markdown to a TextView
* Add information about new method signature to README (Markwon.setText)
* Fix README links reference
* Add new section to README (applications using markwon)
* Markdown images size is also resolved via ImageSizeResolver
* Change LinkSpan to extend URLSpan. Allow default linkColor (if not set explicitly)
* Fit an image without dimensions to canvas width (and keep ratio)
* Add support for separate color for code blocks (#37)
* Added retention annotation for Alignment IntDef (#3)
* Task lists (#4)
* Added since annotation to newly added method/classes
* Fixed the indexes bug for margin spans (#6)
* Feature: Revert spans order (#11)
* SpannableBuilder
* Removed nullablity from Markwon class (no null markdown)
* Image sizes via HTML (#13)