HTMLMin / Laravel-HTMLMin

A simple HTML minifier for Laravel 5, 6, 7, 8 & 9.
MIT License
1.02k stars 118 forks source link

don't minify markdown #65

Closed hohl closed 7 years ago

hohl commented 7 years ago

I'm using Laravels 5.4 new Markdown Mail framework, but this plugin keeps stripping away newlines in markdown files. I'd love to see a way to ignore markdown blade files.

bramburn commented 7 years ago

@hohl this will be fixed in the next merge

wouterds commented 7 years ago

It's indeed breaking the mails.

Screenshot 1

Screenshot 2

bramburn commented 7 years ago

@wouterds try my branch https://github.com/bramburn/Laravel-HTMLMin/tree/dev-restrictions

test it out and let me know if its working for you.

GrahamCampbell commented 7 years ago

Merged a good PR that addresses this. Will release as soon as travis ci catches up.