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

Inconsistency in Lists #82

Open
tomschr opened this issue Mar 5, 2014 · 0 comments
Open

Inconsistency in Lists #82

tomschr opened this issue Mar 5, 2014 · 0 comments

Comments

@tomschr
Copy link

tomschr commented Mar 5, 2014

I'm not sure if this qualifies as a "bug", but at least it is inconsistent and brings confusion.

For example, let's assume you need a list environment to describe some code. This could look like this:

* Line one:

  $ `foofoo` -l

* Line two:

 $ `foofoo` -t

which will be rendered like this:

Line one:

    $ `foofoo` -l

Line two:

    $ `foofoo` -t

However, I expected to get this output:

  • Line one:

    $ `foofoo` -l
    
  • Line two:

    $ `foofoo` -t
    

The strange thing is, that I get the bullets when I remove the colon from the 2nd entry (changing Line two: to Line two).

This is weird. I haven't found any hints in the original documentation of Markdown in regards to this issue.

Any hints?

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

1 participant