gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.26k stars 267 forks source link

Customize lineSpacing #59

Closed Scr1pting closed 2 years ago

Scr1pting commented 2 years ago

Especially when displaying long pieces of text, it is more convenient for the reader when the text is spaced out a bit more. For regular SwiftUI Text Views, one can simply call the .lineSpacing() modifier.

Is there a modifier in this module for this?

gonzalezreal commented 2 years ago

There is no support for customizing line spacing at the moment. However, it should be feasible to do it.