We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0daf6e commit 993982fCopy full SHA for 993982f
Sources/MarkdownUI/Parser/InlineNode.swift
@@ -1,6 +1,6 @@
1
import Foundation
2
3
-enum InlineNode: Hashable {
+enum InlineNode: Hashable, Sendable {
4
case text(String)
5
case softBreak
6
case lineBreak
0 commit comments