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

Enumerations in comments don't work properly #93

Open
juristr opened this issue Aug 22, 2013 · 1 comment
Open

Enumerations in comments don't work properly #93

juristr opened this issue Aug 22, 2013 · 1 comment

Comments

@juristr
Copy link
Contributor

juristr commented Aug 22, 2013

It seems like enumerations don't work properly when there is a paragraph before. I used this test file

// # Enumeration Tests
//
// ## I work!
//
// ### Unordered lists
//
// - Item 1
// - Item 2
// - Item 3
//
// ### Ordered Lists
//
// 1. Item 1
// 1. Item 2
// 1. Item 3

// ## I don't work?!!
//
// Why? Because it seems that if you place a normal paragraph before an enumerations that enumeration isn't
// recognized properly...
//
// - Enum 1
// - Enum 2

which produces the wrong output (as can be seen in the attached screenshot).
image

@sjorek
Copy link
Contributor

sjorek commented Sep 12, 2013

I did some research, but did not have time to solve it yet. My findings:

The examples that work create separate sections for headline and enumeration. The example that does not work has paragraph and enumeration collapsed into one section.

👍 for anybody who has time to solve this problem …

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

No branches or pull requests

2 participants