Skip to content

Commit

Permalink
Add more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Samasaur1 committed Feb 3, 2023
1 parent be63c78 commit 8f7ca55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Markdown/Walker/Walkers/MarkupFormatter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public struct MarkupFormatter: MarkupWalker {
- thematicBreakCharacter: The character to use for thematic breaks.
- thematicBreakLength: The length of printed thematic breaks.
- emphasisMarker: The character to use for emphasis markers.
- strongEmphasisMarker: The character to use for strong emphasis markers.
- strongEmphasisMarker: The character to use for strong emphasis markers. If no value is provided, uses `emphasisMarker`.
- condenseAutolinks: Print links whose link text and destination match as autolinks, e.g. `<https://swift.org>`.
- preferredHeadingStyle: The preferred heading style.
- lineLimit: The preferred maximum line length and method for splitting ``Text`` elements in an attempt to maintain that line length.
Expand Down

0 comments on commit 8f7ca55

Please sign in to comment.