Of course the OP specified you could still use the current PM markup style where you preferred that, so you could still use <code> tags. Personally, I'd probably use a mix of the two systems in this case. <code> tags for long segments and indenting for short segments.

Personally, I would be in favor of a limited markdown implementation -- If there are any features that don't make sense in PM-land just disable them for PM purposes, e.g., the whole linking syntax seems completely redundant here, the PM linking sytle is much better for almost every application I can think of.

Actually, if we decide this is a good idea in theory, we should look at other wiki-markup languages to see if any would better fit into the existing PerlMonks style.

What I am *not* in favor of, though, is a whole on/off switch/preference mechanism that makes you think about which formatting style you want to use for a particular post. If it can't be made to work seemlessly (or nearly so) with the current system then it's more trouble than it's worth. I'm mean the whole point of the proposal is to *simplify* the creation of our posts, not to complicify them.

--DrWhy

"If God had meant for us to think for ourselves he would have given us brains. Oh, wait..."


In reply to Re^4: Markdown syntax useful to the Monestary? by DrWhy
in thread Markdown syntax useful to the Monastery? by radiantmatrix

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.