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

Problems with Markdown #216

Closed
Fastidious opened this issue Aug 5, 2015 · 3 comments
Closed

Problems with Markdown #216

Fastidious opened this issue Aug 5, 2015 · 3 comments

Comments

@Fastidious
Copy link

If the following is entered, it will show all as a numbered list:

1. One.
2. Two.

* One.
* Two.

Entering it this way renders the same results:

1. One.
2. Two.    
* One.
* Two.

Both examples above will render as:

  1. One.
  2. Two.
  3. One.
  4. Two.
@franzliedke
Copy link
Contributor

Yes, that's a bug. Please take it up with TextFormatter, though.

@Fastidious
Copy link
Author

Maybe Parsedown?

@franzliedke
Copy link
Contributor

I think we're pretty sold on TextFormatter ;)

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

3 participants