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
750 stars 59 forks source link

OrderedList always starts with 1. in Markdown #112

Closed kataRebuy closed 5 months ago

kataRebuy commented 1 year ago

Example:

Markdown(content="2. Item")

The output after the formatting is the following: 1. Item

Expected: 2. Item

atulgpt commented 5 months ago

Hi @halilozercan I have raised a fix for this issue as per the common mark spec. Can you review the same? Thanks