halilozercan / compose-richtext

A collection of Compose libraries for advanced text formatting and alternative display types.
https://halilibo.com/compose-richtext
Apache License 2.0
787 stars 65 forks source link

Pass `astNodeType.startNumber` as `startIndex` #128

Closed atulgpt closed 7 months ago

atulgpt commented 8 months ago

This fixes the start number of the markdown list. Markdown can start with any number except -ve numbers. Rest numbers are discarded

This fixes https://github.com/halilozercan/compose-richtext/issues/112