Add support for horizontal line
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user