Skip to content

v1.3.5

Compare
Choose a tag to compare
@zhgchgli0718 zhgchgli0718 released this 13 Mar 15:42
· 172 commits to main since this release
  • support rendering <h1>/<h2>/<h3>/<h4>/<h5>/<h6> to correspond with their respective sizes.*1

*1 you can modify them in the builder during runtime by using ZHTMLParserBuilder.initWithDefault().add(H1_HTMLTagName(), withCustomStyle: MarkupStyle(font: MarkupStyleFont(size: 18, weight: .style(.semibold)))).build().

Thanks to @makhocheung for noticing that I missed supporting H tags. #12