This commit is contained in:
Bill Burke 2016-04-21 09:38:53 -04:00
parent 75e6ae0f13
commit 77f0eee7e9

View file

@ -1,4 +1,4 @@
include::../document-attributes.adoc[]
:community: true
= Preface
@ -19,5 +19,20 @@ Let's pretend to have an extremely long line that does not fit
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[]