What I what to get is something like
*if* *condition* *then*
*statement-1*
*statement-2*
*end*
It is a text with monospace type, bold and italic letters and indentation.
I have tried:
**if** ''condition'' **then**[[NEWLINE}}
''staement-1''
''staement-1''
**end**
and the result is:
*if* *condition* *then*
*statement-1*
*statement-2*
*end*
I lose the indentation!
The next try:
``if condition then
statemnt-1
statement-2
end``
and I get
if condition then
statement-1
statement-1
end
Nice, but without *bold* and *italic* letters.
How can I get the expected result?
Regards, Martin
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.