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 6688020 commit 4e2a00eCopy full SHA for 4e2a00e
1 file changed
README.md
@@ -16,5 +16,5 @@ var document = BasicHTML(rawHTML: raw)
16
try document.parse()
17
18
let markdown = try document.asMarkdown()
19
-print(markdwon)
+print(markdown)
20
```
0 commit comments