I have a single line ifdef (or ifndef) that has an xref in the included content. The square brackets of the xref breaks the ifdef highlighting. Not sure if this is the same issue as #131.
Screenshots
Syntax example
// This para for regular OpenShift only
ifndef::eap-openshift-online[After you have completed the xref:installation_initial_setup[initial setup] instructions, this section helps you get started with {xpaasproduct-shortname} by performing the required preliminary steps before you can install the image on OpenShift. This process consists of the following steps:]
// This para for OpenShift Online only
ifdef::eap-openshift-online[This section helps you get started with {xpaasproduct-shortname} by performing the required preliminary steps before you can install the image on OpenShift. This process consists of the following steps:]
Description
I have a single line
ifdef
(orifndef
) that has anxref
in the included content. The square brackets of thexref
breaks theifdef
highlighting. Not sure if this is the same issue as #131.Screenshots
Syntax example