subchapters
This commit is contained in:
parent
ceead8b121
commit
278d43577e
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
|
:project.name: Keycloak
|
||||||
|
|
||||||
= Preface
|
= Preface
|
||||||
|
|
||||||
In some of the example listings, what is meant to be displayed on one line does not fit inside the available page width.These lines have been broken up. A '\' at the end of a line means that a break has been introduced to fit in the page, with the following lines indented.
|
In some of the example listings, what is meant to be displayed on one line does not fit inside the available page width.These lines have been broken up. A '\' at the end of a line means that a break has been introduced to fit in the page, with the following lines indented.
|
||||||
So:
|
So:
|
||||||
:product.name: Keycloak
|
|
||||||
[source]
|
[source]
|
||||||
----
|
----
|
||||||
Let's pretend to have an extremely \
|
Let's pretend to have an extremely \
|
||||||
|
@ -18,4 +19,4 @@ Let's pretend to have an extremely long line that does not fit
|
||||||
This one is short
|
This one is short
|
||||||
----
|
----
|
||||||
|
|
||||||
Test if attribute is working {product.name}
|
Test if attribute is working {project.name} and {{project.name}}
|
Loading…
Reference in a new issue