in reply to Re: Pretty Print for code tags (js)
in thread Pretty Print

Well....it was worth a try. :)

I'll just have to try and remember to pre-expand code before posting.

James

There's never enough time to do it right, but always enough time to do it over...

Replies are listed 'Best First'.
Re^3: Pretty Print for code tags (js)
by LanX (Saint) on May 28, 2016 at 14:34 UTC
    actually it's not really difficult to add something like a s/\t/    /g to Good Intentions: Wikisyntax for the Monastery

    The function exclude must be called with a 4th argument untabify in the line with text = exclude(text,/<(c|code)>[^]*?<\/\1>/g,"code",untabify);

    If defined apply the callback to substring = transform(substring) before exclusions.push( [placeholder,substring] ); is done.

    like this users can do personal adjustments to the way the transformation is done (not everyone wants 4 spaces for tab) in untabify()

    Just documenting it for future implementation if a real demand rises.

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)
    Je suis Charlie!