gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.53k stars 318 forks source link

feat: expose minimum width for lists #353

Closed MojtabaHs closed 2 weeks ago

MojtabaHs commented 3 weeks ago

The value of the minWidth for the default list markers was hardcoded. I've exposed them but keeping the original computed properties as it is with the current default values

gonzalezreal commented 2 weeks ago

Nice :+1: