On 08/05/12 05:53, Buce wrote:
On Mon, May 7, 2012 at 12:45 PM, Buce <[email protected]
<mailto:[email protected]>> wrote:

    Hi,

    I'm trying to put a bulleted list in the middle of an item of a
    labeled list, like so:

    http://sprunge.us/bQTM

    The problem I am having is that I can't figure out how to end the
    bulleted list item while continuing the labeled list item. The
    sentence starting with "When no 'file' or 'action' is present" in the
    snippet above is supposed to get indented once, but is currently
    aligned with the leftmost margin. When I add a single plus (+)
    character on the line before it for a list continuation, it gets
    indented to match the bulleted list instead of the labeled list.

    I searched google and looked through the documentation regarding
    labeled and bulleted lists, and found no answer. Is there any way to
    do what I'm trying to accomplish?



Realized my mistake a few minutes after sending this: I needed a blank line to
end the bulleted list, followed by a single plus (+) sign to continue the
labeled list. http://sprunge.us/iaIK is the corrected version.

Alternatively you could append an Open Block (http://www.methods.co.nz/asciidoc/userguide.html#X15):

*edit* [file|action]::
        Edit 'file' in the server directory.
+
--
If 'file' does not exist,
edit the action script for 'action' instead. When editing a new action or
overriding a system action, clicraft will create a new user action using one
of these templates:

* {CONFDIR}/action.d/action.sh.example
* {CONFDIR}/action.d/action-override.sh.example

When no 'file' or 'action' is present, edit linkman:clicraft.conf[5].
--

Cheers, Stuart



Sorry for the noise.

--
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.

--
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