add encode stub

This commit is contained in:
Levitating Pineapple
2024-11-15 13:57:04 +02:00
parent c0e673d63f
commit c52065b5ef

View File

@@ -263,11 +263,6 @@ struct NativeTextEditor_Previews: PreviewProvider{
}
}
func encodeMarkdown(_ string: String) -> NSAttributedString {
}
func decodeMarkdown(_ attributedString: NSAttributedString) -> String {
fatalError()
}