rhiokim / haroopad

Haroopad - The Next Document processor based on Markdown
http://pad.haroopress.com
GNU General Public License v3.0
1.61k stars 225 forks source link

Exported HTML line too long #624

Open houghtonap opened 6 years ago

houghtonap commented 6 years ago

Haroopad setup is two column, left column markdown content, right column is result.

  1. Generated some markdown content in left column.
  2. Right click, right column and select Export...=>HTML.
  3. Save HTML document.

The HTML document contains a style tag that contains CSS and has a line length over 28,000 characters! That length is too long for some applications to handle. Suggest pretty indenting CSS rules or having one rule per line. Also suggest adding a type="text/css" attribute.