Code block in a list item #724
Unanswered
erkanvatan
asked this question in
Q&A
Replies: 1 comment
-
|
can you try i think you skip spaces under list. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to add a code block under a ordered list item but code block closes the list so new list items start from index 1. Is there a way to add code block and not close the paragraph?
Example:
~ First item
@code bash
echo "this belongs to first item"
@EnD
~ Second item
Beta Was this translation helpful? Give feedback.
All reactions