
fitnesse.resources.wysiwyg.readme.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
The newest version!
# Known limitations
## Codeblocks
In Fitnesse, it is allowed to do this:
before{{{import fit.ColumnFixture;
public class AddRemovePlayerFixture extends ColumnFixture {
public String playerName;
} }}}after
Both the 'before' and the 'after' text will be rendered as normal text.
In wysiwyg editor, the {{{ and }}} need to be 'alone' on the line, as such:
before
{{{
import fit.ColumnFixture;
public class AddRemovePlayerFixture extends ColumnFixture {
public String playerName;
}
}}}
after
© 2015 - 2025 Weber Informatics LLC | Privacy Policy