All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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('');





© 2015 - 2024 Weber Informatics LLC | Privacy Policy