allow h2/h3/h4 in text
This commit is contained in:
@@ -224,6 +224,30 @@
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="h2">
|
||||
<xs:complexType mixed="true">
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:group ref="placeholders"/>
|
||||
<xs:group ref="inline-all"/>
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="h3">
|
||||
<xs:complexType mixed="true">
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:group ref="placeholders"/>
|
||||
<xs:group ref="inline-all"/>
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="h4">
|
||||
<xs:complexType mixed="true">
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:group ref="placeholders"/>
|
||||
<xs:group ref="inline-all"/>
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="br">
|
||||
<xs:complexType/>
|
||||
</xs:element>
|
||||
|
||||
@@ -169,6 +169,9 @@
|
||||
<xs:element ref="ol"/>
|
||||
<xs:element ref="img"/>
|
||||
<xs:element ref="div"/>
|
||||
<xs:element ref="h2"/>
|
||||
<xs:element ref="h3"/>
|
||||
<xs:element ref="h4"/>
|
||||
<xs:element ref="generate_targets"/>
|
||||
<xs:element ref="generate_piechart"/>
|
||||
<xs:element ref="generate_recommendations"/>
|
||||
|
||||
Reference in New Issue
Block a user