We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
the first item text
more text for the first item. You can even have code or images.
<body></body>
The second item text
Same thing.
The text was updated successfully, but these errors were encountered:
@karlcow removing padding looks good for you ?
padding: 0
default
Sorry, something went wrong.
ooops, wrong anwser...
Merge pull request #1184 from svbergerem/update-markdown-it
499614e
Fixes #1183, #1148 - Update markdown-it
No branches or pull requests
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.
And this will be rendered as:
the first item text
more text for the first item. You can even have code or images.
The second item text
Same thing.
The text was updated successfully, but these errors were encountered: