@@ -83,6 +83,16 @@ heading as the opening sequence (`boolean`, default: `false`).
8383
8484Marker 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
8898Whether 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
95105parent list (` 'mixed' ` , uses ` 'one' ` if the item and list are tight and ` 'tab' `
96106otherwise) (` '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
110110Marker to use to serialize titles (` '"' ` or ` "'" ` , default: ` '"' ` ).
0 commit comments