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.
2 parents 3ddf834 + 573c532 commit a6d6927Copy full SHA for a6d6927
readme.md
@@ -32,7 +32,7 @@ library(commonmark)
32
# Get some markdown data
33
md <- readLines(curl::curl("https://raw.githubusercontent.com/yihui/knitr/master/NEWS.md"))
34
35
-# Convert it into formats formats
+# Convert it into different formats
36
html <- markdown_html(md)
37
xml <- markdown_xml(md)
38
man <- markdown_man(md)
0 commit comments