#3228: The ! escape character doesn't handle ` properly
-------------------------------------+--------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  jonas     
     Type:  defect                   |       Status:  closed    
 Priority:  normal                   |    Milestone:            
Component:  general                  |      Version:  0.9.5     
 Severity:  normal                   |   Resolution:  worksforme
 Keywords:                           |  
-------------------------------------+--------------------------------------
Changes (by cboos):

  * priority:  lowest => normal
  * resolution:  => worksforme
  * severity:  trivial => normal
  * status:  new => closed

Comment:

 Yeah, normally {{{`}}}...{{{`}}} and `{{{`...`}}}` can be used to escape
 each other.

 So, for your example, you should write:
 {{{
 `{{{echo MPD_SECRETWORD=`whoami` > ~/.mpd.conf}}}`
 }}}
 which renders as: {{{echo MPD_SECRETWORD=`whoami` > ~/.mpd.conf}}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3228>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to