more
This commit is contained in:
parent
75e6ae0f13
commit
77f0eee7e9
1 changed files with 17 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
include::../document-attributes.adoc[]
|
:community: true
|
||||||
|
|
||||||
= Preface
|
= Preface
|
||||||
|
|
||||||
|
@ -19,5 +19,20 @@ Let's pretend to have an extremely long line that does not fit
|
||||||
This one is short
|
This one is short
|
||||||
----
|
----
|
||||||
|
|
||||||
Are attributes supported? {attributes}
|
Are ifdefs supported?
|
||||||
|
|
||||||
|
ifdef::product[]
|
||||||
|
|
||||||
|
product should not be here
|
||||||
|
|
||||||
|
endif::product[]
|
||||||
|
|
||||||
|
ifdef::community[]
|
||||||
|
|
||||||
|
community should be here
|
||||||
|
|
||||||
|
endif::community[]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue