Skip to content

Commit ad35091

Browse files
committed
fix: Fix metadata code comment
It was copy-pasted from SwiftMarkdown and doesn't make sense here
1 parent 3240bdf commit ad35091

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/Parsley/Document.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ public struct Document {
1313
public let body: String
1414

1515
/// Any metadata values found at the top of the Markdown document.
16-
/// See https://python-markdown.github.io/extensions/meta_data/ for more information.
17-
/// You'll need to use the `meta` extension for this to work.
1816
public let metadata: [String : String]
1917

2018
internal init(title: String?, rawBody: String, body: String, metadata: [String : String]) {

0 commit comments

Comments
 (0)