Testing

Does not support

links inside the page, as used for references [1]

[1]: http://www.example.com

and as footnotes[^1]

---

horizontal rule

***

old gitbook markdown: https://toolchain.gitbook.com/syntax/markdown.htmlarrow-up-right

header 2

This text need a citation [^1]

header 3

This is some java

public static void main(String ... args) {
}

table

1

2

2

3

sample code

{% method %}

main

{% sample lang="java" %}

{% endmethod %}

summary.parts

variable

output

summary

{{summary}}

summary.parts

{{summary.parts}}

for

or iterates over arrays and dictionaries.

{% for part in summary.parts %}

{% for article in part.articles %}

* [{{ article.title }}]({{ article.path }})

{% endfor %}

{% endfor %}

set

set lets you create/modify a variable.

{% set softwareVersion = "1.0.0" %}

Current version is {{ softwareVersion }}.

Images

Simply drag and drop the image. No Resize

****

[^1]: See this footnote

Last updated