Title

Last modified 24 Jun 2025 08:41 +02:00

Chapter One

First chapter, blah blah blah.

Basic Text

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

This is a second paragraph. And here we go agin: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Lists

Let’s list something:

  • First bullet

  • Second bullet

    • Sub-bullet

    • Sub-bullet again

      • Sub-sub-sub, going down, deep down.

  • Back to top-level

  • This is a long text in the bullet, very long, even longer. I have no idea what to write here, therefore I’ll resort to the usual lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

  • This is a bullt list that has two pagagraphs.

    This is the second paragraph of a the bullet above. Nice, isn’t it?

  • Now, just another regular bullet.

And now the numbering:

  1. First

  2. Second

  3. Third

    1. First in third

    2. Second in third

  4. Fourth

See HTML relative link. (Prefer xref: for relative links that target anything inside our Docs.)

See Other Test File with automatic title.

See MidScale archtecture relative to the original location (moved from to projects).

See MidScale Solution Architecture with automatic title.

Migrated autolabel wiki link: Frequently Asked Questions

Code

Ugly XML code block follows:

XML code block
<root>
    <child>text</child>
</root>

Three versions of the same code:

<root>
    <child>text</child>
</root>
{
  "root" : {
    "child" : "text"
  }
}
root:
  child: text

Code block with very long lines:

print <<EOS
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
EOS

Boring pre-formatted block follows:

First line
Second line
    Third line, with some indent
Fourh line

Tables

Default table with a simple heading follows:

Heading 1 Heading 2 Heading 3

Data 1.1

Data 1.2

Data 1.3

This cell has two paragraps.

Data 2.1

Data 2.2
This is a multi-line cell, with "short" newline separation.

Data 2.3

Narrow table with a title:

Table 1. This is entitled table
Heading 1 Heading 2

Data 1.1

Data 1.2

Data 2.1

Data 2.2

Data 3.1

Data 3.2

Data 4.1

Data 4.2

Table, title, autowidth, header column

Table 2. This is a fancy table
Heading 1 Heading 2 Heading 3

Heading 1.1

Data 1.2

Data 1.3

Heading 2.1

Data 2.2

Data 2.3

Heading 3.1

Data 3.2 is a longer cell.

Data 2.3

Heading 4.1

Data 4.2

Data 4.3

Datatables

With {} and empty line:

{}

Option Description Default Possible values

paging

Enable or disable pagination

false

true, false

page-length

Number of rows per page

10 or if length-menu is set or if length-menu-auto is set, the first value from length-menu

integer

With {} and no empty line:

{}

Option Description Default Possible values

paging

Enable or disable pagination

false

true, false

page-length

Number of rows per page

10 or if length-menu is set or if length-menu-auto is set, the first value from length-menu

integer

With no {} (empty line does not matter, class is applied to the table which may be hidden:

Option Description Default Possible values

paging

Enable or disable pagination

false

true, false

page-length

Number of rows per page

10 or if length-menu is set or if length-menu-auto is set, the first value from length-menu

integer

And with some non-default config:

{ "searchable": true, "orderColumn": 1, "orderDirection": "asc" }

Option Description Default Possible values

paging

Enable or disable pagination

false

true, false

page-length

Number of rows per page

10 or if length-menu is set or if length-menu-auto is set, the first value from length-menu

integer

Chapter Two - We Go Deeper

Admonitions

Useful tip follows here:

Tip title
This is useful tip.

Important note follows:

Note title
This is important note.

Dangerous warning follows:

Warning title
This is dangerous warning.

Cautious caution follwos:

Caution title
Cautious caution is here.

Important whatever follows:

Important title
Important importance here.

That is it.

Decorations

I am what I am.

— Me M. Myself
My memoirs

This is as nice as it gets. Or maybe nicer. Or not.

Pictures

Small picture:

Imago minimo
Figure 1. Small picture

Centered small-ish picture:

Image submedio
Figure 2. Let’s center it

Medium picture:

Imago medio
Figure 3. Medium picture

Huge picture:

Imago maximo
Figure 4. Huge picture

Broken image link below:

nonexistent
Was this page helpful?
YES NO
Thanks for your feedback