Extensible Android library for both parsing text into Abstract Syntax Trees and rendering those trees as rich text.
371
stars
32
forks
source link
[Feature] New HeaderLineClassedRule which allows custom styling for LHeaders #7
Closed
lytefast closed 6 years ago
Add ability to specify custom classes to lined headers via a special annotation.
Changes
HeaderLineClassedRule
Parser.parse
to now accept the set of rules to run. If not specified will use the full list of rules theParser
knows about.TODO
isNested
parameter inParser.parse