Parma
Parma copied to clipboard
Paragraph styling
It looks like the following function isn’t called anywhere, not sure if it should be or not.
https://github.com/dasautoooo/Parma/blob/3c213ac453e1fe49e3113578a9b19c8d79b06589/Sources/Parma/Render/ParmaRenderable.swift#L21-L23
I ended up having to use
func paragraphBlock(view: AnyView) -> AnyView
instead.
Hi @Brett-Best ,
Parma treats paragraph as an HTML block object, thus func paragraph(text: String) -> Text does nothing. It might be removed in future versions.