File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/Markdown/Walker/Walkers Expand file tree Collapse file tree 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 {
256256 - thematicBreakCharacter: The character to use for thematic breaks.
257257 - thematicBreakLength: The length of printed thematic breaks.
258258 - 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`.
260260 - condenseAutolinks: Print links whose link text and destination match as autolinks, e.g. `<https://swift.org>`.
261261 - preferredHeadingStyle: The preferred heading style.
262262 - 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