Message155275
| Author |
terry.reedy |
| Recipients |
eric.araujo, ezio.melotti, sandro.tosi, terry.reedy, tshepang |
| Date |
2012年03月10日.00:39:47 |
| SpamBayes Score |
2.653014e-05 |
| Marked as misclassified |
No |
| Message-id |
<1331339988.4.0.86443203283.issue14218@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
It is not unusual and perhaps common for markup documentation to give rendered output for example input. This is similar to what we do in the tutorial and elsewhere with interactive examples:
>>> 2 + 2 # input code
4 # output of running the code
This may be fairly easy. Since the page is a rendered page, I presume some quoting mechanism is used to keep example text as is without being rendered. If so, all that should be needed is the same marked up text in a second box directive but without the quoting, so that it is rendered. |
|