File tree Expand file tree Collapse file tree 6 files changed +10
-11
lines changed
Sources/Markdown/Markdown.docc Expand file tree Collapse file tree 6 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1- //! Format a parsed Markdown document with default settings.
1+ // Format a parsed Markdown document with default settings.
22
33import Markdown
44
Original file line number Diff line number Diff line change 1- //! Keep lines under a certain length.
1+ // Keep lines under a certain length.
22import Markdown
33
44let source = """
Original file line number Diff line number Diff line change 1- //! Parse the contents of a file by its ``URL`` without having to read
2- //! its contents yourself.
1+ // Parse the contents of a file by its ``URL`` without having to read its contents yourself.
32
43import Foundation
54import Markdown
Original file line number Diff line number Diff line change 1- //! Parse a ``String`` as Markdown
1+ // Parse a ``String`` as Markdown
22
33import Markdown
44
Original file line number Diff line number Diff line change 1- //! Remove all instances of a kind of element using a `MarkupRewriter`.
1+ // Remove all instances of a kind of element using a `MarkupRewriter`.
22import Markdown
33
44// MARK: Hide
Original file line number Diff line number Diff line change 22
33## Parsing
44
5- @Snippet (path: "swift-markdown/snippets /ParseDocumentString")
6- @Snippet (path: "swift-markdown/snippets /ParseDocumentFile")
5+ @Snippet (path: "swift-markdown/Snippets/Parsing /ParseDocumentString")
6+ @Snippet (path: "swift-markdown/Snippets/Parsing /ParseDocumentFile")
77
88## Formatting
99
10- @Snippet (path: "swift-markdown/snippets /DefaultFormatting"
11- @Snippet (path: "swift-markdown/snippets /MaximumWidth")
10+ @Snippet (path: "swift-markdown/Snippets/Formatting /DefaultFormatting"
11+ @Snippet (path: "swift-markdown/Snippets/Formatting /MaximumWidth")
1212
1313## Rewriters
1414
15- @Snippet (path: "swift-markdown/snippets /RemoveElementKind")
15+ @Snippet (path: "swift-markdown/Snippets/Rewriters /RemoveElementKind")
You can’t perform that action at this time.
0 commit comments