> My good friend and I built an easy ruby parser that handles tags  
> thusly:
>
> {b|Hello World}
>
> {*|Hello World}
>
> =
>
> <strong>Hello World</strong>
>

I don't see how the first two examples are better and more readable  
than <strong>Hello World</strong> :)
Especially when nested:

{i|{*|{a www.example.com|{img|http://example.com/icon.gif}Parentheses  
overload}}}

PS I use Textile for my website and Markdown for blog posts. The  
problem with Markdown is once you put <div>'s, you can't have Markdown  
inside. Textile works better for those situations, but its  
implementations vary, e.g. on what they think <br> is: some insert  
them on new line characters, some ignore...

--
Dmitry Chestnykh
Coding Robots

http://www.codingrobots.com
[email protected]




_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to