The documentation (http://www.methods.co.nz/asciidoc/faq.html#_how_can_i_render_indented_paragraphs) is missing an important step viz. defining and 'indented' paragraph style e.g.

[paradef-default]
indented-style=template="indentedparagraph"

[indentedparagraph]
<div class="paragraph"{id? id="{id}"} style="text-indent:3em;">{title?<div class="title">{title}</div>}<p>
|
</p></div>


Cheers, Stuart


burtoogle wrote:
I want to indent some paragraphs without otherwise changing their
formatting, I thought that  having a labelled list with an empty label
would do the trick:

 ::
fflflflf
flflfl
+
slslsls
slslsl
+
slsls

There is a space before the ::

I have tried this and it works OK but is that the best way of
achieving my goal?

Thanks,

Mark


--
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to