-
New Feature
-
Resolution: Unresolved
-
Trivial
-
Table:
||Heading 1||Heading 2||
|Col A1|Col A2|
\{code} block:
{code:java}
// Some comments here
public String getFoo()
{
return foo;
}
{code}
Preformatted (\{noformat}):
{noformat}
*no* further _formatting_ is done here
{noformat}
\{panel}:
{panel:title=My title}
Some text with a title
{panel}
Horizontal ruler:
----
Table: ||Heading 1||Heading 2|| |Col A1|Col A2| \{code} block: {code:java} // Some comments here public String getFoo() { return foo; } {code} Preformatted (\{noformat}): {noformat} *no* further _formatting_ is done here {noformat} \{panel}: {panel:title=My title} Some text with a title {panel} Horizontal ruler: ----
-
-
my-release-0.0.1
Table:
| Heading 1 | Heading 2 |
|---|---|
| Col A1 | Col A2 |
Code blocks:
// Some comments here public String getFoo() { return foo; }
{
"foo": [
"bar": "a",
"foobar": "b"
]
}
Preformatted ({noformat}):
*no* further _formatting_ is done here
Panels:
My title
Some text with a title
A panel without any title
Some text with a title
Horizontal ruler: