Follow-up Comment #33, task #2874 (project savane):

About the numbered lists: you're right, we should switch that. I'd like to
keep '*' for unnumbered lists, though. How about using '0' as the start of a
numbered list, like this:

0 list item
00 nested list
0 next item

> I know Tobias that the wiki syntax in proposed in my original
> message was not doing it that way, but I guess it's time for
> fine tuning isn't it :)

Sure, that's what testing is about ... :)

> = adad = doesn't work on my test install

That's correct, we support headers from level 3-6, i.e. with three to six
equal signs on each side.

> verbatim seems still incomplete regarding fonts but it
> properly disactivate the markup.

verbatim has just changed its name to +nomarkup+ and -nomarkup-, so it does
what its name says. I'm currently working on +verbatim+ to behave as you
expect (change of font family etc.)

> I don't exactly get the point of "Hyperlinks 
> [http://gna.org/]";; as hyperlinks are already made as links by
> utils_make_links()

True, but there was no possibility to attach a name to a link so that the
name would be used as text instead of repeating the actual URL. In order to
be consistent, I've implemented the syntax to use [http://link.org] without a
name. If a user chooses to use the pure link, without braces, it also works of
course.

> [http://gna.org Link] does not work on my test install

Hm, that's because the utils_make_links() functions grabs the link first. The
new function, utils_wiki_markup, was called at the end of the function as was
seeing this:

[<a href="http://gna.org";>http://gna.org</a> Link]

... so it didn't do the markup. This should be fixed now by calling
utils_wiki_markup() first. Could you check again?

    _______________________________________________________

Reply to this item at:

  <http://gna.org/task/?func=detailitem&item_id=2874>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Savane-dev mailing list
Savane-dev@gna.org
https://mail.gna.org/listinfo/savane-dev

Reply via email to