discord / SimpleAST

Extensible Android library for both parsing text into Abstract Syntax Trees and rendering those trees as rich text.
Other
371 stars 32 forks source link

Allow StyleNode to be more flexiable in the spannables it applies #8

Closed lytefast closed 6 years ago

lytefast commented 6 years ago

Breaking change to StyleNode

image

lytefast commented 6 years ago

Let me work out removing the isNested param of Parser.parse before I commit this.