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 3ddf834 commit 573c532Copy full SHA for 573c532
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