File tree 1 file changed +1
-1
lines changed
Sources/Markdown/Walker/Walkers
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ public struct MarkupFormatter: MarkupWalker {
266
266
- thematicBreakCharacter: The character to use for thematic breaks.
267
267
- thematicBreakLength: The length of printed thematic breaks.
268
268
- emphasisMarker: The character to use for emphasis markers.
269
- - strongEmphasisMarker: The character to use for strong emphasis markers.
269
+ - strongEmphasisMarker: The character to use for strong emphasis markers. If no value is provided, uses `emphasisMarker`.
270
270
- condenseAutolinks: Print links whose link text and destination match as autolinks, e.g. `<https://swift.org>`.
271
271
- preferredHeadingStyle: The preferred heading style.
272
272
- lineLimit: The preferred maximum line length and method for splitting ``Text`` elements in an attempt to maintain that line length.
You can’t perform that action at this time.
0 commit comments