(anonymous guest) (logged out)

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 

Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-15) was last changed on 15-Sep-2008 03:17 by StephenDay  

This page was created on 28-Apr-2008 13:41 by Isonomia

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 34 added 15 lines
-- [[SunnyHirai]], 2008-Jun-11
I'm implementing the Creole spec for Ruby and came across the same issue.
It makes sense to me that by default, HTML is escaped; however, strictly no HTML is not pragmatic. I'd like an "allow HTML" block. Using triple braces denotes a "nowiki" block and perhaps we could use something similar (as it feels like a similar idea) like triple brackets "(((" to denote an "html" block.
{{{
(((
<b>bold</b> works here
)))
but <b>bold</b> does not work here but (((<b>works here</b>)))
}}}
Note that it can work "block" or "inline". I can't think of any situation where an accidental triple bracketing would occur. The only situations where this might happen at all is in code, but my guess is this would be triple braced ~{{{}}} for code anyways.
Version Date Modified Size Author Changes ... Change note
15 15-Sep-2008 03:17 5.543 kB StephenDay to previous comment added
14 15-Sep-2008 01:17 5.195 kB spir to previous | to last worth adding html ?
13 08-Aug-2008 17:24 4.132 kB 220.160.100.84 to previous | to last
12 08-Aug-2008 17:23 4.179 kB 220.160.100.84 to previous | to last
11 12-Jun-2008 13:41 4.132 kB StephenDay to previous | to last comment about HTML
10 12-Jun-2008 13:40 4.107 kB StephenDay to previous | to last comment about HTML
9 12-Jun-2008 09:08 3.655 kB 24.82.163.104 to previous | to last
8 16-May-2008 14:05 2.863 kB Isonomia to previous | to last
7 29-Apr-2008 09:52 2.626 kB YvesPiguet to previous | to last Escaping special character in output
6 28-Apr-2008 22:21 2.113 kB Isonomia to previous | to last
5 28-Apr-2008 22:19 2.08 kB Isonomia to previous | to last
4 28-Apr-2008 15:20 1.363 kB YvesPiguet to previous | to last Reply
3 28-Apr-2008 14:09 0.942 kB Isonomia to previous | to last
2 28-Apr-2008 13:42 0.924 kB Isonomia to previous | to last
1 28-Apr-2008 13:41 0.922 kB Isonomia to last
« This page (revision-15) was last changed on 15-Sep-2008 03:17 by StephenDay