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)