On 15 March 2014 04:12, <[email protected]> wrote: > Given this markup: > > - bullet-list item 0; need to add more space between this and the image that > follows it > + > image:images/foobar.png[scaledwidth="75%"] > + > - bullet-list item 1; need to add more space between this and the image that > precedes it > > Is there a way to add extra spacing around the image's top and bottom, in a > way that will be respected by the HTML, PDF, and ePub toolchains? Embedding > a <br/> element wasn't interpreted correctly.
What about a block image macro instead of an inline one, it might give some more space? Basically Asciidoc is a content markup, not a layout markup because thats what docbook is. All layout is done by the following tools. Therefore the only way that all output formats would support is for the image to be marked with a specific role. The outputs can be customised to apply specific layout processing to entities so marked (eg CSS in HTML). Several of the FAQs illustrate the method to set various layout specifics. Cheers Lex > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/asciidoc. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
