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.
2
2
3
3
import Markdown
4
4
Original file line number Diff line number Diff line change 1
- //! Keep lines under a certain length.
1
+ // Keep lines under a certain length.
2
2
import Markdown
3
3
4
4
let 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.
3
2
4
3
import Foundation
5
4
import Markdown
Original file line number Diff line number Diff line change 1
- //! Parse a ``String`` as Markdown
1
+ // Parse a ``String`` as Markdown
2
2
3
3
import Markdown
4
4
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`.
2
2
import Markdown
3
3
4
4
// MARK: Hide
Original file line number Diff line number Diff line change 2
2
3
3
## Parsing
4
4
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")
7
7
8
8
## Formatting
9
9
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")
12
12
13
13
## Rewriters
14
14
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