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

Fix nested lists #23

Merged
merged 1 commit into from
Nov 2, 2013
Merged

Fix nested lists #23

merged 1 commit into from
Nov 2, 2013

Conversation

GaryJones
Copy link

Markdown wasn't seeing the unordered list in 8.12 as nested, so the list items were appearing as:

1.
*
*
*
1.

It now appears correctly as:

1.
  *
  *
  *
2.

Markdown wasn't seeing the unordered list as nested, so the list items were appearing as:

1.
*
*
*
1.

It now appears correctly as:

1.
  *
  *
  *
2.
@mvriel
Copy link
Member

mvriel commented Nov 2, 2013

Thanks, I guess I am too used to RST that knows how to deal with this and prefers aligning with the previous sentence

mvriel added a commit that referenced this pull request Nov 2, 2013
@mvriel mvriel merged commit 31d593c into phpDocumentor:master Nov 2, 2013
@GaryJones GaryJones deleted the patch-1 branch November 2, 2013 09:08
ashnazg pushed a commit that referenced this pull request Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants