-
Notifications
You must be signed in to change notification settings - Fork 546
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
Fix missing newline before a list #257
Conversation
Without it, all list items appear one after another within the paragraph that's supposed to be introducing them.
Thanks for your Ansible docs contribution! We talk about Ansible documentation on matrix at #docs:ansible.im and on libera IRC at #ansible-docs if you ever want to join us and chat about the docs! We meet there on Tuesdays (see the Ansible calendar) and welcome additions to our weekly agenda items - scroll down to find the upcoming agenda and add a comment to put something new on that agenda. |
Backport to stable-2.15: 💚 backport PR created✅ Backport PR branch: Backported as #260 🤖 @patchback |
Thanks @CyrilBrulebois |
(cherry picked from commit 1f1f6cf)
Backport to stable-2.14: 💚 backport PR created✅ Backport PR branch: Backported as #261 🤖 @patchback |
(cherry picked from commit 1f1f6cf)
Backport to stable-2.13: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1f1f6cf on top of patchback/backports/stable-2.13/1f1f6cf9791dfd79eb38de211797791924f01330/pr-257 Backporting merged PR #257 into devel
🤖 @patchback |
(cherry picked from commit 1f1f6cf)
(cherry picked from commit 1f1f6cf)
Without it, all list items appear one after another within the paragraph that's supposed to be introducing them.