Hi, Does anyone know of any VB macros that will convert Wiki Formatted text to html? The only ones I can find on the net are in perl. Thanks, fcmisc.
The wiki tags are very close on html tags ... so you can change that if you know a little programming ... Regards Adrian
just to add to sacx13 comment, if you are using php, you could use the "str_replace" func to do that... check out php.net/str_replace for further info.... good luck.!