Added by Ludovic Alcala over 15 years ago
Hello,
i want to make a summary and section like on Wiki Syntax :
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.
"="Section"="
blabla
Sorry i found the problem :
With usage of code / pre, its ok
<VirtualHost *:80> ServerName blabla DocumentRoot test </VirtualHost>