chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] Re: #311: wiki page rendering issue in "eggs" page


From: Chicken Trac
Subject: [Chicken-janitors] Re: #311: wiki page rendering issue in "eggs" page
Date: Sun, 15 Aug 2010 07:45:15 -0000

#311: wiki page rendering issue in "eggs" page
-----------------------------+----------------------------------------------
  Reporter:  felix           |       Owner:  sjamaan
      Type:  defect          |      Status:  closed 
  Priority:  major           |   Milestone:         
 Component:  infrastructure  |     Version:  4.5.x  
Resolution:  wontfix         |    Keywords:  wiki   
-----------------------------+----------------------------------------------

Comment(by zbigniew):

 Replying to [comment:1 sjamaan]:
 > That kind of hacky syntax (links in verbatim code) is no longer
 supported, for good reason.

 Ironically, I caused this problem in the first place by inserting those
 links in the pre block ages ago.

 Note also that links inside {{...}} blocks will not work, as {{..}} text
 is also used verbatim.  An argument could be made to allow it, but we
 can't safely do it (at this time) because of the lack of escaping in
 svnwiki.  No, <nowiki> does not count.  It seems that many other wiki
 implementations disallow it as well.

 However, you can get the basically the same effect with {{..}} by using
 markup inside links:
 {{{
  this is the {{[[/egg/rfc3339|rfc3339 egg]]}}    # will not work
  this is the [[/egg/rfc3339|{{rfc3339 egg}}]]    # will work
 }}}
 Markup in link descriptions requires the latest version of svnwiki-sxml,
 because I mistakenly omitted it before.  This fixes an issue in the
 Getting Started manpage.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/311#comment:2>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]