Updates:
        Summary: `libdoc.py` should support preformatted text
        Labels: Type-Enhancement Priority-Low Target-2.2

Comment #1 on issue 447 by pekka.klarck: `libdoc.py` should support preformatted text
http://code.google.com/p/robotframework/issues/detail?id=447

The fact that pipes can be used like this is actually a bug in libdoc.py table parsing logic, but in this case it's pretty fair to say it's a feature. We should probably document this behavior, remove the pipes from the output, and wrap the text
into <pre>, <blockquote>, or <div> with suitable styles.

If we instead want to have some new syntax, my favorite is using '::' before the
indented text like in reST.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to