(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-32) was last changed on 04-May-2007 16:05 by ChristophSauer  

This page was created on 14-Mar-2007 01:07 by 77.128.12.173

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 14 added 37 lines
So, it would be something like this:
{{{
This is normal text ##this is monospaced with a [[link]] and **emphasis**##.
This is {{{[[not a link]]}}}, ##{{{this is monospaced nowiki}}}##, but:
{{{
/** this is a normal comment, without any emphasis **/
# this is a comment
int main() {{{
z = "//this is not italic text//"
}}}
}}}
}}}
So, a preformated block is something different than ##monospace## font. To have formatting within a monospaced block of text, one has to use normal text:
{{{
##
int **main**() {{{{{{}}}\\
z = "//this is italic text//"\\
{{{}}}}}}
##
}}}
Note, that engines can extend the preformated block to inlcude coloring/fomratting of the code -- actually that's what I do in the MoinMoin parser:
{{{
{{{
#!perl
some colored perl code
}}}
}}}
But maybe the {{{<<<...>>>}}} or other special markup should be used for that? The current approach has an advantage of graceful degradation...
-- [[Radomir Dopieralski]], 2007-Mar-2007
Version Date Modified Size Author Changes ... Change note
32 04-May-2007 16:05 14.119 kB ChristophSauer to previous it is not bad, but how can people/engines convert to a separation?
31 03-May-2007 15:50 13.312 kB JanneJalkanen to previous | to last
30 03-May-2007 12:20 12.627 kB JanneJalkanen to previous | to last
29 03-May-2007 11:40 12.27 kB YvesPiguet to previous | to last Use tilde
28 03-May-2007 10:05 11.858 kB ChristophSauer to previous | to last Problems with JSPWiki, others engines too?
27 02-May-2007 21:28 11.183 kB YvesPiguet to previous | to last Separate markup makes markup more orthogonal and easier to remember
26 02-May-2007 19:26 10.672 kB ChristophSauer to previous | to last if you provide me with usecases I could change my mind
25 23-Apr-2007 01:29 9.908 kB YvesPiguet to previous | to last ok
24 23-Apr-2007 00:55 9.703 kB 85.221.141.46 to previous | to last nowiki is wrapped, right?
23 23-Apr-2007 00:23 9.421 kB YvesPiguet to previous | to last Word wrap in inline nowiki
22 21-Apr-2007 13:07 9.358 kB 85.221.141.46 to previous | to last wrapping is responsibility of browser, not parser
21 21-Apr-2007 13:06 9.358 kB 85.221.141.46 to previous | to last wrapping is responsibility of browser, not parser
« This page (revision-32) was last changed on 04-Mai-2007 16:05 by ChristophSauer