Add support for horizontal line

This commit is contained in:
0x8664b2
2025-06-20 09:32:14 -07:00
parent 07b70455a3
commit e17eba0a1b
2 changed files with 11 additions and 8 deletions

View File

@@ -14,12 +14,6 @@ struct ContentView: View {
}
.padding()
Button("Test with Sample Content") {
markdownContent = "# Test\n\nThis is **test** content."
print("Set test content: \(markdownContent)")
}
.padding()
if let url = selectedFileURL {
Text("File: \(url.lastPathComponent)")
.foregroundColor(.secondary)