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: Mon, 09 Aug 2010 19:55:27 -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   
-----------------------------+----------------------------------------------
Changes (by sjamaan):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 That kind of hacky syntax is no longer supported, for good reason.

 There is '''zero''' interpretation done in verbatim preformatted blocks.
 This is good, as it allows you to paste any code and indent it, and it'll
 just work.

 svnwiki is lax in that it still interprets stuff even though we're inside
 a code block. There's no way to escape special characters in svnwiki
 syntax, so it's a bad idea to be bug-for-bug compatible here. I've
 discussed this on another occasion with Jim, and he agreed.

 I've simply changed the block of code to be inside an <enscript> tag so
 it's at least highlighted properly.

 Later we ought to extend the colorize to produce hyperlinked output, like
 how lisppaste does it. I just didn't want to hardcode the same simple
 databases lisppaste uses. I need some more time to think up a good way to
 make colorize extensible in this aspect.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/311#comment:1>
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]