Most old Wiki syntax can be used, see more info here Wiki syntax
You can use any HTML tag with EWiki, by simply enclosing the tag in brackets []
. Also, you can convert any HTML tag to a Text container by adding -text
to tag's name.
EWiki defines a Container as the content wrapped between [tag]
and [/tag]
. Containers are similar to normal HTML containers, with no especial treatment for new lines and empty lines.
A Text container, on the other hand, is the content wrapped between [tag-text]
and [/tag-text]
. Text containers treat new lines as line feeds, and empty lines as the beginning of a new paragraph.
Type | Activation | Usage | Example |
---|---|---|---|
Container | [tag]...[/tag] | Banners, compositions, images... | [div]...[/div] |
Text container | [tag-text]...[/tag-text] | Normal text, messages, mixed content... | [div-text]...[/div-text] |
-text
at the start.
The directives related to changing the interpreter mode are no longer required. HTML can be embedded within wiki causing no extra formatting, except for text containers. Java code and XML can be included as blocks or inline using enclosing java
and xml
tags.
Any character can be escaped using the backslash. The exception are macro parameters, where compiler especial characters should be transformed to HTML entities.