the big pre/code/monospace switch

This commit is contained in:
skyanth
2017-02-24 16:47:00 +01:00
parent b5fa8c53b9
commit a43b364fd1
10 changed files with 33 additions and 56 deletions

View File

@@ -69,7 +69,6 @@
<xs:element ref="title"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="pre"/>
<xs:element ref="code"/>
<xs:element name="p" type="block"/>
<xs:element ref="section"/>
<xs:element ref="table"/>
@@ -94,7 +93,6 @@
<xs:choice maxOccurs="unbounded">
<xs:element name="p" type="block"/>
<xs:element ref="pre"/>
<xs:element ref="code"/>
<xs:element ref="table"/>
<xs:element ref="ol"/>
<xs:element ref="ul"/>