http://qs321.pair.com?node_id=1174279


in reply to Re: Good Intentions: Wikisyntax for the Monastery
in thread Good Intentions: Wikisyntax for the Monastery

I think this is close to what you want.

I have only to find a way to make nowiki invisible in output but persistent in edit mode.

<nowiki> <pre> perl -we 'say' </pre> </nowiki>


<nowiki>

 

perl -we 'say' 

</nowiki>

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

Replies are listed 'Best First'.
Re^3: Good Intentions: Wikisyntax for the Monastery
by choroba (Cardinal) on Oct 19, 2016 at 08:13 UTC
    Wrap it in <!-- ... -->?

    ($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
      Yes it's possible, but it breaks the orthogonal approach how I combine features.

      I have to think about the best maintainable way in this "framework".

      for instance what has priority when parsing? <c> or <nowiki> ?

      And more importantly, would you use <nowiki> ?

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