jocmp / capyreader

An smallish Android RSS reader
http://capyreader.com/
MIT License
91 stars 3 forks source link

Add spacing to nested heading elements #212

Closed jocmp closed 1 month ago

jocmp commented 1 month ago

Link #211

Adds a custom mercury parser and subheading styling for factorio.com's blog. The root cause is that the site nests an <author> tag within an h3 heading tag.

Relates to