[GH-ISSUE #175] how to inster code block between list items? #152

Closed
opened 2026-03-03 01:24:11 +03:00 by kerem · 1 comment
Owner

Originally created by @oska874 on GitHub (Mar 26, 2019).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/175

I want to make a list with code block,like this:

1. aaa
2. bbb
   \```
   int main()
   {
   }
   \```
3. ccc
Originally created by @oska874 on GitHub (Mar 26, 2019). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/175 I want to make a list with code block,like this: ``` 1. aaa 2. bbb \``` int main() { } \``` 3. ccc ```
kerem 2026-03-03 01:24:11 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@DavidAnson commented on GitHub (Mar 26, 2019):

I think this example shows how: https://github.com/DavidAnson/vscode-markdownlint/issues/66

<!-- gh-comment-id:476462352 --> @DavidAnson commented on GitHub (Mar 26, 2019): I think this example shows how: https://github.com/DavidAnson/vscode-markdownlint/issues/66
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#152
No description provided.