Skip to content

Commit d1f200d

Browse files
committed
Reorder docs
1 parent 97bad86 commit d1f200d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ heading as the opening sequence (`boolean`, default: `false`).
8383

8484
Marker to use to serialize emphasis (`'*'` or `'_'`, default: `'*'`).
8585

86+
###### `options.fence`
87+
88+
Marker to use to serialize fenced code (``'`'`` or `'~'`, default: ``'`'``).
89+
90+
###### `options.fences`
91+
92+
Whether to use fenced code always (`boolean`, default: `false`).
93+
The default is to fenced code if there is a language defined, if the code is
94+
empty, or if it starts or ends in empty lines.
95+
8696
###### `options.incrementListMarker`
8797

8898
Whether to increment the value of bullets of items in ordered lists (`boolean`,
@@ -95,16 +105,6 @@ space (when `'one'`) or a tab stop (`'tab'`), or depending on the item and its
95105
parent list (`'mixed'`, uses `'one'` if the item and list are tight and `'tab'`
96106
otherwise) (`'one'`, `'tab'`, or `'mixed'`, default: `'tab'`).
97107

98-
###### `options.fence`
99-
100-
Marker to use to serialize fenced code (``'`'`` or `'~'`, default: ``'`'``).
101-
102-
###### `options.fences`
103-
104-
Whether to use fenced code always (`boolean`, default: `false`).
105-
The default is to fenced code if there is a language defined, if the code is
106-
empty, or if it starts or ends in empty lines.
107-
108108
###### `options.quote`
109109

110110
Marker to use to serialize titles (`'"'` or `"'"`, default: `'"'`).

0 commit comments

Comments
 (0)