Hi,

It is recognized as following:

    <bullet_list>
        <list_item>
            first item
    <comment>
        comment
    <bullet_list>
        <list_item>
            second item
        <list_item>
            third item

As you see, the comment block divides the bullet list to two ones.

A workaround I know is making comment as a child of list_item like this:

    - first item

      .. comment

    - second item
    - third item

Thanks,
Takeshi KOMIYA

2018-04-06 20:01 GMT+09:00 Vasyl Vavrychuk <vvavryc...@gmail.com>:
> For example, I would like to make a comment in the middle of a list. With a
> markup
>
> - first item
>
> .. comment
>
> - second item
> - third item
>
> there is larger indent between first and second item. Is there any way to
> avoid this?
>
> http://rst.ninjs.org/#LSBmaXJzdCBpdGVtCgouLiBjb21tZW50CgotIHNlY29uZCBpdGVtCi0gdGhpcmQgaXRlbQo=
>
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sphinx-users+unsubscr...@googlegroups.com.
> To post to this group, send email to sphinx-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/sphinx-users.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to