syeopite / npf-renderer

A Python Based Renderer for Tumblr's Neue Post Format (NPF)
MIT License
2 stars 1 forks source link

Reduce dom size #1

Open syeopite opened 9 months ago

syeopite commented 9 months ago

The HTML produced by npf-renderer contains a lot of useless classes and tags. For example the inline-formatted-content span that surrounds the entire contents of text blocks when something is inline formatted.

This should be fixed. The output of npf-renderer should be as small as possible

syeopite commented 8 months ago

With #5 increasing the size of the HTML output even more, this needs to be higher priority