in reply to Re^7: Making Perl Monks a better place for newbies (and others)
in thread Making Perl Monks a better place for newbies (and others)

> completely separately — a plain text format, that's a notion worth considering

Ehm ... what's the expected difference to using <pre> or <code> tags then?

edit

Apart from a different CSS classes maybe.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Replies are listed 'Best First'.
Re^9: Making Perl Monks a better place for newbies (and others)
by jdporter (Paladin) on Feb 09, 2020 at 00:44 UTC
    what's the expected difference

    The user doesn't have to type the <pre>   </pre> tags? :-)

    But I think the idea is that if the user selects "plain text" posting mode, then we automatically apply certain transformations for nicety, such as autolinkifying URLs.

    I reckon we are the only monastery ever to have a dungeon stuffed with 16,000 zombies.
      Well I remember loads of polemics because of pre-tags, don't see how this would be easier if it's an official feature.

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

        Well the end product would not look the same as using <pre> tags. The latter always* uses fixed-width font, and doesn't word break*, etc. My thought is that plain text would differ from <pre> text on those points and possibly others.