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
|
||||
|
||||
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:
|
||||
:product.name: Keycloak
|
||||
[source]
|
||||
----
|
||||
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
|
||||
----
|
||||
|
||||
Test if attribute is working {product.name}
|
||||
Test if attribute is working {project.name} and {{project.name}}
|
Loading…
Reference in a new issue