You've already forked pgbackrest
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:
@@ -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)*>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user