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 @@ -256,7 +256,7 @@ public struct MarkupFormatter: MarkupWalker {
256
256
- thematicBreakCharacter: The character to use for thematic breaks.
257
257
- thematicBreakLength: The length of printed thematic breaks.
258
258
- emphasisMarker: The character to use for emphasis markers.
259
- - strongEmphasisMarker: The character to use for strong emphasis markers.
259
+ - strongEmphasisMarker: The character to use for strong emphasis markers. If no value is provided, uses `emphasisMarker`.
260
260
- condenseAutolinks: Print links whose link text and destination match as autolinks, e.g. `<https://swift.org>`.
261
261
- preferredHeadingStyle: The preferred heading style.
262
262
- 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