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

Images in markdown lists with paragraphs are not converted. #1148

Closed
karlcow opened this issue Aug 1, 2016 · 2 comments
Closed

Images in markdown lists with paragraphs are not converted. #1148

karlcow opened this issue Aug 1, 2016 · 2 comments

Comments

@karlcow
Copy link
Member

karlcow commented Aug 1, 2016

See webcompat/web-bugs#1163 (comment)
And https://webcompat.com/issues/1163#issuecomment-236515340

Basically in markdown you can have a multi-paragraphs list if you add 4 spaces in front of each items.

1. the first item text

    more text for the first item. You can even have code or images.

    ```html
    <body></body>
    ```

2. The second item text

     Same thing.

And this will be rendered as:

  1. the first item text

    more text for the first item. You can even have code or images.

    <body></body>
  2. The second item text

    Same thing.

@magsout
Copy link
Member

magsout commented Sep 17, 2016

@karlcow removing padding looks good for you ?

padding: 0
capture d ecran 2016-09-17 a 15 09 19

default
capture d ecran 2016-09-17 a 15 09 24

@magsout
Copy link
Member

magsout commented Sep 17, 2016

ooops, wrong anwser...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants