
* 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)
10 lines
128 B
Java
10 lines
128 B
Java
package ru.noties.markwon;
|
|
|
|
import android.text.Spanned;
|
|
|
|
/**
|
|
* @since 1.0.1
|
|
*/
|
|
interface SpannedReversed extends Spanned {
|
|
}
|