Skip to content

Commit

Permalink
Make the markdown structure sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
mattesmohr committed Sep 2, 2024
1 parent 558f102 commit 12760a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

internal final class Markdown {
internal struct Markdown: Sendable {

/// The markdowns characters
internal static let characters = CharacterSet(charactersIn: "*_~[`")
Expand Down

0 comments on commit 12760a2

Please sign in to comment.