Testing
Last updated
Last updated
links inside the page, as used for references [1]
[1]: http://www.example.com
and as footnotes[^1]
---
horizontal rule
***
old gitbook markdown:
This text need a citation [^1]
This is some java
1
2
2
3
{% method %}
{% sample lang="java" %}
{% endmethod %}
variable
output
summary
{{summary}}
summary.parts
{{summary.parts}}
or
iterates over arrays and dictionaries.
{% for part in summary.parts %}
{% for article in part.articles %}
* [{{ article.title }}]({{ article.path }})
{% endfor %}
{% endfor %}
set
lets you create/modify a variable.
{% set softwareVersion = "1.0.0" %}
Current version is {{ softwareVersion }}.
Simply drag and drop the image. No Resize
****
[^1]: See this footnote