Skip to content

Commit 8f7ca55

Browse files
committed
Add more documentation
1 parent be63c78 commit 8f7ca55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Markdown/Walker/Walkers/MarkupFormatter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)