Formatting options in Description, Add'l Information
Posted: 06 Jun 2007, 06:47
I want to have some interesting wiki-like text formatting in the Description, Steps to Reproduce and the Additional Information fields.
For example, if I put in PHP code, I'd like it nicely colorized. Or if I wanted to put in monospaced text (cut and paste from mysql command-line output for example) I could and Mantis would format it.
For example, here's some code:
Or mysql output:
I took a cursory glance in the manual and couldn't find anything. Help? Is this a feature request?
For example, if I put in PHP code, I'd like it nicely colorized. Or if I wanted to put in monospaced text (cut and paste from mysql command-line output for example) I could and Mantis would format it.
For example, here's some code:
Code: Select all
if (!count($countries)) {
error("Could not get countries from the API. " . print_r($countries));
_doError("International numbers not currently available.");
}
Code: Select all
+--------------+----------+-----------+
| billcreditid | totunits | unitsused |
+--------------+----------+-----------+
| 90 | 100 | 1 |
| 91 | 200 | NULL |
| 92 | 1 | NULL |
+--------------+----------+-----------+
3 rows in set (0.02 sec)