Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List item bullet should be right aligned #140

Closed
mojavelinux opened this issue May 21, 2015 · 3 comments
Closed

List item bullet should be right aligned #140

mojavelinux opened this issue May 21, 2015 · 3 comments
Assignees
Labels

Comments

@mojavelinux
Copy link
Member

The list item bullet is being centered in the list indentation space. Instead, it should be right aligned.

Actual:

    *    item text

Expected:

       * item text
@mojavelinux
Copy link
Member Author

This is true of all outline lists (bulleted and numbered)

@mojavelinux mojavelinux self-assigned this May 21, 2015
@mojavelinux mojavelinux added this to the v1.5.0 milestone May 21, 2015
@mojavelinux
Copy link
Member Author

The indentation should not be applied to the colist.

@mojavelinux
Copy link
Member Author

Also look into the problem where the list marker gets orphaned when the list item starts very close to the bottom of the page.

mojavelinux added a commit to mojavelinux/asciidoctor-pdf that referenced this issue May 23, 2015
- right align list marker in list indent for outline lists
- don't indent colists
- separate list marker from list text by ex width
- guard against orphan list marker when item starts near bottom of page
mojavelinux added a commit to mojavelinux/asciidoctor-pdf that referenced this issue May 23, 2015
- right align list marker in list indent for outline lists
- don't indent colists
- separate list marker from list text by ex width
- guard against orphan list marker when item starts near bottom of page
mojavelinux added a commit to mojavelinux/asciidoctor-pdf that referenced this issue May 25, 2015
- right align list marker in list indent for outline lists
- don't indent colists
- separate list marker from list text by ex width
- guard against orphan list marker when item starts near bottom of page
mojavelinux added a commit to mojavelinux/asciidoctor-pdf that referenced this issue May 25, 2015
- right align list marker in list indent for outline lists
- don't indent colists
- separate list marker from list text by ex width
- guard against orphan list marker when item starts near bottom of page
mojavelinux added a commit to mojavelinux/asciidoctor-pdf that referenced this issue May 25, 2015
- right align list marker in list indent for outline lists
- don't indent colists
- separate list marker from list text by ex width
- guard against orphan list marker when item starts near bottom of page
mojavelinux added a commit that referenced this issue May 25, 2015
resolves #140 position list marker correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants