[Moin-user] anchor and lists problems

Christopher Chan cchan at spikesource.com
Wed Jun 23 21:35:02 EDT 2004


To use anchor to another page, I found that you have to use wiki:Self:
[wiki:Self:FrontPage/InformationBase#docs Documents]

As for the bullet problem, you can fix it by updating with an closing </a>
MoinMoin/formatter/text_html.py

The diff looks like:
$ diff text_html.py text_html.py~
99c99
<         return '<a id="%s"></a>' % id
---
>         return '<a id="%s">' % id

-----Original Message-----
From: moin-user-admin at lists.sourceforge.net
[mailto:moin-user-admin at lists.sourceforge.net] On Behalf Of BRINER Cedric
Sent: Wednesday, June 23, 2004 1:52 AM
To: MoinMoin
Subject: [Moin-user] anchor and lists problems

hi,

I'm wondering how:
 - to link to a WikiPage/anchor from an other WikiPage ??
         [WikiPage1#anchor1] which doesn't works
 - to create an anchor ?? [[Anchor(anchor_name)]]
        which works but introduce problem when it's followed by a bullet 
list

for example:

[[Anchor(14062004)]]
14 June 2004
 * line1 word1 word2
 * reboot all servers and almost every workstations -- CedricBriner

which give me a strange behaviour, by puttind a CR&LF  between -- and 
CedricBriner

thanks in advance

CedricBriner << yeah this is WikiName ; )








More information about the Moin-user mailing list