keycloak-scim/topics/preface.adoc

23 lines
521 B
Text
Raw Normal View History

2016-04-20 17:08:45 +00:00
2016-04-21 14:26:04 +00:00
== Preface
2016-04-18 19:28:19 +00:00
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:
[source]
----
Let's pretend to have an extremely \
long line that \
does not fit
This one is short
----
Is really:
[source]
----
Let's pretend to have an extremely long line that does not fit
This one is short
2016-04-21 13:03:05 +00:00
----
2016-04-21 13:38:53 +00:00
2016-04-18 19:28:19 +00:00