Project

General

Profile

Some differences between Wiki Syntax / textile and bugs

Added by Ludovic Alcala about 15 years ago

Hello,
i want to make a summary and section like on Wiki Syntax :

Section
blablabla

Is-it possible ?

And it seem there is a bug, if we have this text :

<VirtualHost *:80>
ServerName blabla
DocumentRoot test
</VirtualHost>

The '<' and '>' are escaped to html entities.

Thank you.


Replies (2)

RE: Some differences between Wiki Syntax / textile and bugs - Added by Ludovic Alcala about 15 years ago

Sorry i found the problem :

With usage of code / pre, its ok


<VirtualHost *:80>
 ServerName blabla
 DocumentRoot test
</VirtualHost>

    (1-2/2)