Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4928


Ignore:
Timestamp:
Mar 10, 2007, 12:33:06 PM (17 years ago)
Author:
Christian Boos
Comment:

Yes, that's a known limitation. It would require a lot of added complexity in the parser to get the quoting with {{{... }}} do the right thing for nested {{{ or }}} pairs, and in practice it's not really needed, as there is the other quoting ` ... ` which can be used to embed triple curly braces when needed.

The above paragraph itself demonstrate this. See its corresponding Wiki text:

... to get the quoting with `{{{... }}}` do the right thing for 
nested `{{{` or `}}}` pairs, and in practice it's not really needed, 
as there is the other quoting {{{` ... `}}} which can be used to 
embed triple curly braces when needed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4928

    • Property Status newclosed
    • Property Resolutionworksforme
    • Property Milestone 0.10.4
  • Ticket #4928 – Description

    initial v1  
    114 lines wiki is showing 2 lines code fine:
     2{{{
     3{{{
     4{{{
     5}}}
     6}}}
     7}}}
     8is displayed as:
    29{{{
    310{{{
     
    512}}}
    613
     14
    715but not with 1 line:
    8 {{{ {{{ }}} }}}
     16`"{{{ {{{ }}} }}}"` is displayed as: "{{{ {{{ }}} }}}".
    917
    1018the left 3 { is in right fixed-width font, but 3 } on the right is in normal font