FitNesseRoot.files.javascript.wikiFormatterSupport.js Maven / Gradle / Ivy
function FormatWiki(textArea)
{
var formatter = new WikiFormatter();
textArea.value = formatter.format(textArea.value);
textArea.focus();
}
document.write('');
function FormatWiki(textArea)
{
var formatter = new WikiFormatter();
textArea.value = formatter.format(textArea.value);
textArea.focus();
}
document.write('');