(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-48) was last changed on 26-Sep-2007 09:43 by ChuckSmith  

This page was created on 09-Jan-2007 20:10 by RadomirDopieralski

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 525 added 29 lines
{{{
*list item1
*list item2
**sublist item1
}}}
This should be interpreted as
{{{
<li>list item1</li>
<li>list item2
<ul>
<li>sublist item1</li>
</ul></li>
}}}
However, the following
{{{
blat blaa
**this I think is bold**
}}}
should be interpreted as bold.
So, I don't see an issue here. The list parser needs to keep track of the context anyway to know when to add/remove from the indent anyway. If the user wants to start a line with a bold, they're not likely to terminate a bullet list with a line which starts with bold, because visually, the bullet markup is stronger. Yes, I know this means that you have to work a bit more on your parser, but who cares?
Whitespace is irrelevant here.
-- JanneJalkanen
Version Date Modified Size Author Changes ... Change note
48 26-Sep-2007 09:43 34.86 kB ChuckSmith to previous restore
47 26-Sep-2007 01:40 34.872 kB 203.69.39.251 to previous | to last
46 04-Apr-2007 22:52 34.86 kB Gregor Hagedorn to previous | to last Please reopen discussion, focussing on user needs rather than programmer needs
45 22-Mar-2007 16:17 33.222 kB YvesPiguet to previous | to last Nothing wrong
44 22-Mar-2007 15:32 32.74 kB RadomirDopieralski to previous | to last what is exactly wrong?
43 02-Mar-2007 00:47 32.502 kB MicheleTomaiuolo to previous | to last Email-style emphasis
42 01-Mar-2007 12:35 31.96 kB RadomirDopieralski to previous | to last clarity
41 01-Mar-2007 12:01 30.065 kB Janne Jalkanen to previous | to last
« This page (revision-48) was last changed on 26-Sep-2007 09:43 by ChuckSmith