Edgewall Software

Ticket #4928 (closed defect: worksforme)

Opened 22 months ago

Last modified 22 months ago

one line {{{ }}} does not format correctly

Reported by: phpxcaceh@… Owned by: cboos
Priority: normal Milestone:
Component: wiki system Version: 0.10.3
Severity: normal Keywords:
Cc:

Description (last modified by cboos) (diff)

4 lines wiki is showing 2 lines code fine:

{{{
{{{
}}}
}}}

is displayed as:

{{{
}}}

but not with 1 line: "{{{ {{{ }}} }}}" is displayed as: " {{{ }}}".

the left 3 { is in right fixed-width font, but 3 } on the right is in normal font

Attachments

Change History

Changed 22 months ago by cboos

  • status changed from new to closed
  • resolution set to worksforme
  • description modified (diff)
  • milestone 0.10.4 deleted

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.

Add/Change #4928 (one line {{{ }}} does not format correctly)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cboos. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.