AgregoreWeb / agregore-mobile

Mobile version of the Agregore browser for Android, based on Chromium and Bromite
MIT License
31 stars 6 forks source link

Customize plain text rendering #22

Closed RangerMauve closed 2 years ago

RangerMauve commented 2 years ago

Chromium is able to render plain text by shoving it into a pre tag with default formatting.

This however is missing important metadata tags that make text rendering look nice on mobile. It would be useful to add these headers in so that regular text files (or markdown) would render nicely on mobile.

RangerMauve commented 2 years ago

this was done in the latest release actually.