Skip to content
Snippets Groups Projects
Commit 85d04d18 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[markdown mode] Adjust test cases to CommonMark-style lists

parent 662d71f9
No related branches found
No related tags found
No related merge requests found
......@@ -498,14 +498,14 @@
"",
" [variable-3 * bar]",
"",
" [variable-2 hello]"
" [variable-3 hello]"
);
MT("listNested",
"[variable-2 * foo]",
"",
" [variable-3 * bar]",
"",
" [variable-3 * foo]"
" [keyword * foo]"
);
// Code followed by text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment