Hi all. I've read the Structured Text HOWTO but I'm still having trouble. I have a DTML Dccument, stx_about that looks something like: ---- This is my document. - bullet1 - Bullet2 ----- I'm including that in another DTML Document, about, that looks like: ----- <dtml-var standard_html_header> <dtml-var stx_about fmt=structured-text> <dtml-var standard_html_footer> ----- but the text isn't coming out formatted. What am I missing? I've tried many different variants of formatting, with and without blank spaces inserted between different elements. Please CC replies to me privately, as I'm not currently subscribed to the list. Thanks. srl
The structured text format is really picky. It all hinges on 'paragraphs', which are lines of text separated by blank lines. """ This is my document. - bullet1 - Bullet2 """ ...should format the list correctly (although probably not how you'd expect, at least not for me.) -jfarr ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Hi! I'm a signature virus. Copy me into your .sig to join the fun! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
participants (2)
-
Jonothan Farr -
srl