Marcus Way
Results
1
comments of
Marcus Way
you could use `.textTransforms` to do something like ```swift let liStyle = Style { ... $0.textTransforms = [ .custom { "\n• " + $0 }, ] } ``` In general,...