Which HTML codes are supported to be converted wiki and bbcode
Hello. I am a new member. Watched tutorial videos
What i wonder is which html codes can be converted to the bbcode and mediawiki code ?
thank you
What i wonder is which html codes can be converted to the bbcode and mediawiki code ?
thank you
Comments
mediawiki: <img> , <a>, <br>, (<p> is converted to <br>).
bbcode: everything that the engine can do (see ini files "bbs supports").
Basically you don't have to worry about this at all...just write a normal html formated article, the program converts it to the required format.
<ul>
<li>Coffee</li>
<li>Milk</li>
</ul>
are there anywhere full list ?
also how does it handle img tag ? mediawiki sites not support igm as far as i know
does it handle new lines ?
i mean should we put br or new lines (\r\n) are handled automatically ?