| layout | title | categories | weight | parent |
|---|---|---|---|---|
bt_wiki |
Cheat Sheet |
HOWTO |
700 |
none |
{%summary%} Lists the common macros for the Cloudify documentation and how to use them{%endsummary%}
{: .table .table-bordered}
| Example | Markdown |
| This is an emphasised text. | This is an *emphasised* text. |
| This is a bold text. | This is a **bold** text. |
| This is a monospaced text | This is a `monospaced` text |
{: .table .table-bordered} | Description | Markdown | Output | | Link to external site | [GigaSpaces](http://www.gigaspaces.com\) | GigaSpaces | | Link to page in same folder | [Directory Structure](file-structure.html) | Directory Structure |
| Example | Markdown |
|---|---|
{% highlight python linenos %}
class Hangman(object):
{%endhighlight%} | {%raw%}{% highlight python linenos %}
class Hangman(object):
Languages: yaml python
{%endraw%} |
| {%tip title=Foo%}this is a Tip panel {%endtip%} | {%raw%} {%tip title=Foo%}this is a Tip panel {%endtip%} {%endraw%} |
| {%info title=Foo%}this is an Information panel {%endinfo%} | {%raw%} {%info title=Foo%}this is an Information panel {%endinfo%} {%endraw%} |
| {%note title=Foo%}this is a Note panel {%endnote%} | {%raw%} {%note title=Foo%}this is a Note panel {%endnote%} {%endraw%} |
| {%warning title=Foo%}this is a Warning panel {%endwarning%} | {%raw%} {%warning title=Foo%}this is a Warning panel {%endwarning%} {%endraw%} |
| {%quote%}This is a quote{%endquote%} | {%raw%} {%quote%}This is a quote{%endquote%} {%endraw%} |
{: .table .table-bordered}
| Header1 | Header2 | Header3 |
|---|---|---|
| column1 | column2 | column3 |
Markdown:
{: .table .table-bordered}
| Header1 | Header2 | Header3 |
|:--------|:--------|:--------|
| column1 | column2 | column3 |
{: .table }
| Header1 | Header2 | Header3 |
|---|---|---|
| column1 | column2 | column3 |
Markdown:
| Header1 | Header2 | Header3 | |:--------|:--------|:--------| | column1 | column2 | column3 |
| Example | Markdown |
|---|---|
| {% inittab %} {% tabcontent Foo %} This is tab Foo {% endtabcontent %} {% tabcontent Bar %} This is tab Bar {% endtabcontent %} {% endinittab %} | {%raw%}
{% inittab %}
{% tabcontent Foo %} This is tab Foo {% endtabcontent %}
{% tabcontent Bar %} This is tab Bar {% endtabcontent %}
{% endinittab %}
{%endraw%} |
| Example | Markdown |
|---|---|
| {% togglecloak id=1 %} **Click Here...**{% endtogglecloak %} {% gcloak 1 %} - Foo - Bar {% endgcloak %} | {%raw%}
{% togglecloak id=1 %} **Click Here...**{% endtogglecloak %}
{% gcloak 1 %}
- Foo
- Bar
{% endgcloak %}
{%endraw%} |
{: .table .table-bordered} | Description | Macro | Output | | Latest Cloudify Release version | {%raw%} {%latestcloudifyrelease%} {%endraw%} | {%latestcloudifyrelease%} |