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

Unordered lists messed up #397

Closed
djjd47130 opened this issue Jun 6, 2017 · 2 comments
Closed

Unordered lists messed up #397

djjd47130 opened this issue Jun 6, 2017 · 2 comments
Assignees
Labels

Comments

@djjd47130
Copy link

djjd47130 commented Jun 6, 2017

I have markdown formatted like so:

- **Customer** – Opens the Customer List. Refer to the document “Customer Management”.
    - Customer List
    - New Customer
    - Customer Prices
    - Appointments

- **Designer** – Opens the Designer List. Refer to the document “Designer Commissions”.
    - Designer List
    - New Designer
    - Designer Payment List
    - New Designer Payment

Produces:

mdissue

As far as I know, this is correctly formatted. It works in other places just fine. However, here in particular, using Showdown, I have the following issues:

  1. Note there's no line break between first and second line - HTML output puts a break between.
  2. Note there is a line break between the first and second group - HTML output does not put a break between.
  3. The second main line labeled "Designer" does not get formatted as bold - it keeps those characters in the output.

Just as a test, I'm also going to paste the exact same markdown here below, and see how GitHub formats it...

  • Customer – Opens the Customer List. Refer to the document “Customer Management”.

    • Customer List
    • New Customer
    • Customer Prices
    • Appointments
  • Designer – Opens the Designer List. Refer to the document “Designer Commissions”.

    • Designer List
    • New Designer
    • Designer Payment List
    • New Designer Payment
@tivie tivie self-assigned this Jun 7, 2017
@tivie tivie added the bug label Jun 7, 2017
@tivie
Copy link
Member

tivie commented Jun 7, 2017

verified. Introduced on v 1.6.0

@tivie
Copy link
Member

tivie commented Jun 7, 2017

Should be fixed now.


We're currently looking to improve showdown with automated tests in all browsers and a proper domain and webpage. If you like our work, please donate!! Your contribution will be greatly appreciated.

https://www.paypal.me/tiviesantos

@tivie tivie closed this as completed in a2259c0 Aug 5, 2017
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