Text Formats
Full HTML
- Web page addresses and e-mail addresses turn into links automatically.
Syntax highlighting of source code can be enabled with the following tags:
- Generic syntax highlighting tags: "
<code>", "<blockcode>". - Language specific syntax highlighting tags: "
<drupal6>" for Drupal 6 source code, "<java>" for Java source code, "<javascript>" for Javascript source code, "<php>" for PHP source code, "<python>" for Python source code, "<ruby>" for Ruby source code.
Options and tips:
- The language for the generic syntax highlighting tags can be specified with one of the attribute(s): type, lang, language, class. The possible values are: "
bash" (for Bash), "diff" (for Diff), "drupal6" (for Drupal 6), "java" (for Java), "javascript" (for Javascript), "latex" (for LaTeX), "php" (for PHP), "postgresql" (for PostgreSQL), "python" (for Python), "ruby" (for Ruby). - The supported tag styles are:
<foo>,[foo]. - Line numbering can be enabled/disabled with the attribute "linenumbers". Possible values are: "off" for no line numbers, "normal" for normal line numbers and "fancy" for fancy line numbers (every nth line number highlighted). The start line number can be specified with the attribute "start", which implicitly enables normal line numbering. For fancy line numbering the interval for the highlighted line numbers can be specified with the attribute "fancy", which implicitly enables fancy line numbering.
- If the source code between the tags contains a newline (e.g. immediatly after the opening tag), the highlighted source code will be displayed as a code block. Otherwise it will be displayed inline.
- A title can be added to a code block with the attribute "title".
Defaults:
- Default highlighting mode for generic syntax highlighting tags: the default language used for syntax highlighting is "java".
- Default line numbering: fancy line numbers (every 5 lines).
Examples:
You type You get <code>foo = "bar";</code>Inline code with the default syntax highlighting mode. <code>
foo = "bar";
baz = "foz";
</code>Code block with the default syntax highlighting mode. <code lang="java" linenumbers="normal">
foo = "bar";
baz = "foz";
</code>Code block with syntax highlighting for Java source code
and normal line numbers.<code language="java" start="23" fancy="7">
foo = "bar";
baz = "foz";
</code>Code block with syntax highlighting for Java source code,
line numbers starting from 23
and highlighted line numbers every 7th line.<drupal6>
foo = "bar";
baz = "foz";
</drupal6>Code block with syntax highlighting for Drupal 6 source code. <drupal6 start="23" fancy="7">
foo = "bar";
baz = "foz";
<drupal6>Code block with syntax highlighting for Drupal 6 source code,
line numbers starting from 23
and highlighted line numbers every 7th line.- Generic syntax highlighting tags: "
- Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
Plain text
- No HTML tags allowed.
Syntax highlighting of source code can be enabled with the following tags:
- Generic syntax highlighting tags: "
<code>", "<blockcode>". - Language specific syntax highlighting tags: "
<drupal6>" for Drupal 6 source code, "<java>" for Java source code, "<javascript>" for Javascript source code, "<php>" for PHP source code, "<python>" for Python source code, "<ruby>" for Ruby source code.
Options and tips:
- The language for the generic syntax highlighting tags can be specified with one of the attribute(s): type, lang, language, class. The possible values are: "
bash" (for Bash), "diff" (for Diff), "drupal6" (for Drupal 6), "java" (for Java), "javascript" (for Javascript), "latex" (for LaTeX), "php" (for PHP), "postgresql" (for PostgreSQL), "python" (for Python), "ruby" (for Ruby). - The supported tag styles are:
<foo>,[foo]. - Line numbering can be enabled/disabled with the attribute "linenumbers". Possible values are: "off" for no line numbers, "normal" for normal line numbers and "fancy" for fancy line numbers (every nth line number highlighted). The start line number can be specified with the attribute "start", which implicitly enables normal line numbering. For fancy line numbering the interval for the highlighted line numbers can be specified with the attribute "fancy", which implicitly enables fancy line numbering.
- If the source code between the tags contains a newline (e.g. immediatly after the opening tag), the highlighted source code will be displayed as a code block. Otherwise it will be displayed inline.
- A title can be added to a code block with the attribute "title".
Defaults:
- Default highlighting mode for generic syntax highlighting tags: the default language used for syntax highlighting is "java".
- Default line numbering: fancy line numbers (every 5 lines).
Examples:
You type You get <code>foo = "bar";</code>Inline code with the default syntax highlighting mode. <code>
foo = "bar";
baz = "foz";
</code>Code block with the default syntax highlighting mode. <code lang="javascript" linenumbers="normal">
foo = "bar";
baz = "foz";
</code>Code block with syntax highlighting for Javascript source code
and normal line numbers.<code language="javascript" start="23" fancy="7">
foo = "bar";
baz = "foz";
</code>Code block with syntax highlighting for Javascript source code,
line numbers starting from 23
and highlighted line numbers every 7th line.<drupal6>
foo = "bar";
baz = "foz";
</drupal6>Code block with syntax highlighting for Drupal 6 source code. <drupal6 start="23" fancy="7">
foo = "bar";
baz = "foz";
<drupal6>Code block with syntax highlighting for Drupal 6 source code,
line numbers starting from 23
and highlighted line numbers every 7th line.- Generic syntax highlighting tags: "
- Web page addresses and e-mail addresses turn into links automatically.
- Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.






