mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Modify general document elements to allow any child element.
This allows for nesting of elements such as <b> and <i>. Contributed by Cynthia Shang.
This commit is contained in:
parent
2b7440ddf3
commit
cc6376fdb6
@ -227,20 +227,16 @@
|
||||
<!ATTLIST admonition type CDATA #REQUIRED>
|
||||
<!ELEMENT summary (#PCDATA|quote|b|i|ul|ol|id|code|code-block|host|file|path|cmd|setting|exe|backrest|postgres|br-option|
|
||||
br-setting|pg-option|pg-setting|link|user|proper)*>
|
||||
<!ELEMENT p (#PCDATA|quote|b|i|id|code|code-block|host|file|path|cmd|setting|exe|backrest|postgres|br-option|br-setting|
|
||||
pg-option|pg-setting|link|user|proper)*>
|
||||
<!ELEMENT p ANY>
|
||||
<!ATTLIST p if CDATA "">
|
||||
<!ELEMENT text (#PCDATA|quote|b|i|ul|ol|id|code|code-block|host|file|path|cmd|setting|exe|backrest|postgres|br-option|
|
||||
br-setting|pg-option|pg-setting|link|user|proper|admonition)*>
|
||||
<!ELEMENT i (#PCDATA)>
|
||||
<!ELEMENT b (#PCDATA)>
|
||||
<!ELEMENT text ANY>
|
||||
<!ELEMENT i ANY>
|
||||
<!ELEMENT b ANY>
|
||||
<!ELEMENT ul (li+)>
|
||||
<!ELEMENT ol (li+)>
|
||||
<!ELEMENT li (#PCDATA|quote|b|i|ul|ol|id|code|code-block|host|file|path|cmd|setting|exe|backrest|postgres|br-option|
|
||||
br-setting|pg-option|pg-setting|link|user|proper)*>
|
||||
<!ELEMENT li ANY>
|
||||
<!ELEMENT list (list-item+)>
|
||||
<!ELEMENT list-item (#PCDATA|quote|b|i|ul|ol|id|code|code-block|host|file|path|cmd|setting|exe|backrest|postgres|br-option|
|
||||
br-setting|pg-option|pg-setting|link|user|proper)*>
|
||||
<!ELEMENT list-item ANY>
|
||||
<!ELEMENT id (#PCDATA)>
|
||||
<!ELEMENT code (#PCDATA)>
|
||||
<!ELEMENT code-block (#PCDATA|exe)*>
|
||||
|
@ -299,6 +299,14 @@
|
||||
<p>Allow custom logo for PDF documentation.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<release-item-contributor-list>
|
||||
<release-item-contributor id="cynthia.shang"/>
|
||||
</release-item-contributor-list>
|
||||
|
||||
<p>Modify general document elements to allow any child element.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<p>Use absolute paths so that <file>./doc.pl</file> runs.</p>
|
||||
</release-item>
|
||||
|
Loading…
Reference in New Issue
Block a user