1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-12-01 22:30:09 +02:00

Allow if condition in documentation lists and list items.

This commit is contained in:
David Steele
2019-01-24 16:45:28 +02:00
parent bec52b6f41
commit 33d39d248c
2 changed files with 3 additions and 1 deletions

View File

@@ -236,7 +236,9 @@
<!ELEMENT ol (li+)>
<!ELEMENT li ANY>
<!ELEMENT list (list-item+)>
<!ATTLIST list if CDATA "">
<!ELEMENT list-item ANY>
<!ATTLIST list-item if CDATA "">
<!ELEMENT id (#PCDATA)>
<!ELEMENT code (#PCDATA)>
<!ELEMENT code-block (#PCDATA|exe)*>

View File

@@ -122,7 +122,7 @@
</release-item>
<release-item>
<p>Allow <code>if</code> in manifest variables.</p>
<p>Allow <code>if</code> in manifest variables, lists, and list items.</p>
</release-item>
</release-improvement-list>
</release-doc-list>