johnxnguyen / Down

Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.
Other
2.24k stars 319 forks source link

[ListItemOptions] Support `line spacing` for list items #274

Open joeyliu7975 opened 2 years ago

joeyliu7975 commented 2 years ago

Please help prevent duplicate requests before submitting a new one:

✅ I've searched other open/closed issues for duplicates before opening up this new issue.

Feature Request

We want list item to support line spacing, which will get developers room to create a more flexible and customized layout.

Describe alternatives you've considered

Since DownStylerConfiguration.paragraphStyle line spacing is modifiable, it may be inconvenient that if list item line spacing was immutable.