Skip to content

Commit bb05060

Browse files
committed
Add info to how-to-docs.html about XML format for issues
1 parent 8346498 commit bb05060

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

how-to-docs.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,13 @@ <h2>Working with the issues lists on Windows</h2>
7070
<h2>Add or change issues</h2>
7171
<p>There is one source file per issue, in <code>issues/xml</code>. The file
7272
<code>issues/xml/lwg-template.xml</code> is a template for a
73-
new issue.</p>
73+
new issue.
74+
The XML issue format allows most HTML elements within the
75+
<code>&lt;discussion&gt;</code> and <code>&lt;resolution&gt;</code> elements
76+
(and HTML formatting can be used in the <code>&lt;title&gt;</code> but
77+
should be used sparingly for inline formatting only!).
78+
</p>
79+
<p>The <code>lint.sh</code> script can be used to validate your XML.</p>
7480
<p>Commit files locally as you update them:</p>
7581
<blockquote>
7682
<pre><em># edit the XML files or add new XML files</em>

0 commit comments

Comments
 (0)