Skip to content

Commit

Permalink
add test for ordered list functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
raidancampbell committed Aug 11, 2021
1 parent 3b8b559 commit 39dc9a7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles/examples/ordered_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
3. 3 is first and numbered 3
4. 4 is second and numbered 4
10. ten is third and numbered 5
8 changes: 8 additions & 0 deletions styles/examples/ordered_list.style
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"list": {
"level_indent": 1
},
"enumeration": {
"block_prefix": ". "
}
}
4 changes: 4 additions & 0 deletions testdata/ordered_list.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

3. 3 is first and numbered 3
4. 4 is second and numbered 4
5. ten is third and numbered 5

0 comments on commit 39dc9a7

Please sign in to comment.