@@ -83,6 +83,16 @@ heading as the opening sequence (`boolean`, default: `false`).
83
83
84
84
Marker to use to serialize emphasis (` '*' ` or ` '_' ` , default: ` '*' ` ).
85
85
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
+
86
96
###### ` options.incrementListMarker `
87
97
88
98
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
95
105
parent list (` 'mixed' ` , uses ` 'one' ` if the item and list are tight and ` 'tab' `
96
106
otherwise) (` 'one' ` , ` 'tab' ` , or ` 'mixed' ` , default: ` 'tab' ` ).
97
107
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
-
108
108
###### ` options.quote `
109
109
110
110
Marker to use to serialize titles (` '"' ` or ` "'" ` , default: ` '"' ` ).
0 commit comments