http://www.perlmonks.org?node_id=311562


in reply to Re^2: What do Monks Recommend For HTML Reformatters?
in thread What do Monks Recommend For HTML Reformatters?

Mason is having several forms to markup its own stuff. And it's pretty unique. E.g.
% my $str = "This line is Perl until the linefeed."; # cannot contain +whitespace at the beginning!!! <%perl> my $str2 = "This is a Perl block"; </%perl> <%args> $a # this is a special block $b </%args> <h1>Hello <% $monkname %>!</h1> It is <& /lib/mason_components/weather_forecast.mas, fmt => 'Celsius' +&> celsius degrees outside!
etc. I guess I will try to run Tidy, but not confident about it at all :-/

--
tune