I am trying to use some preformated text in a \todo (because I need a a font with a fixed character size). So I have tried using <pre></pre>
, <tt></tt>
, <code></code>
...
I indeed get a fixed width font, but the problem is that if I put a \todo
flag before that block, the \todo will be empty (it will ignore the block starting with <pre>
<tt>
or <code>
)
Just to be clear :
this todo works ; it displays a todo but the text is not preformatted
@todo 1. First thing 2. Second thing
this is what I want to do, but it doesn't work ; the todo is empty
@todo <pre> 1. First thing 2. Second thing </pre>
EDIT: unfortunatly I can't upload images (not enough reputation)