Changes

Jump to: navigation, search

Using the bug tracker

853 bytes added, 00:56, 19 January 2020
Syntax
* ''<code>#</code>'' before a bug number writes a link to the bug. eg: ''<code>#1</code>'' becomes {{bug|1}}
* ''<code>~</code>'' before a comment number writes a link to the comment, same as : ''<code>{url}#c{comment number}</code>''. eg: ''<code>~3</code>'' becomes [https://gramps-project.org/bugs/view.php?id=1#c3]
* A [https://github.com/mantisbt/mantisbt/blob/55fb5721ea7d980557da484390db5c6003b63cd0/config_defaults_inc.php#L1979 limited set ] of [https://www.w3schools.com/tags/ HTML tags ] can be used in the text field, like : **<code> &lt;p&gt; &lt;/p&gt;</code> to define a paragraph.**<code> &lt;li&gt;</code> to defines a [https://www.w3schools.com/tags/tag_li.asp list item] used with:***<code> &lt;ul&gt;</code> unordered lists***<code> &lt;ol&gt;</code> ordered lists**<code> &lt;br&gt;</code> to insert a single line break.**<code> &lt;pre&gt; &lt;/pre&gt; </code> to add preformatted text, that is displayed in a fixed-width font, and it preserves both spaces and line breaks.**<code> &lt;i&gt; &lt;/i&gt; </code> usually displays text in ''italics''.**<code> &lt;b&gt; &lt;/b&gt;</code> shows '''bold''' text**<code> &lt;u&gt; &lt;/u&gt;</code> Underline a misspelled word**<code> &lt;em&gt; &lt;/em&gt;</code> It renders as emphasized text.**<code> &lt;strong&gt;</code> It defines important text. 
[[Category:Developers/General]]
[[Category:Developers/Quality Assurance]]

Navigation menu