diff --git a/DESCRIPTION b/DESCRIPTION index cb0ac33..465b188 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: markdown Type: Package -Title: Render Markdown with 'commonmark' -Version: 2.0 +Title: A thin wrapper of 'litedown' to render Markdown documents +Version: 2.0.1 Authors@R: c( person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")), person("JJ", "Allaire", role = "aut"), @@ -18,10 +18,9 @@ Authors@R: c( person("Andrzej", "Oles", role = "ctb"), person(given = "Posit Software, PBC", role = c("cph", "fnd")) ) -Description: Render Markdown to full and lightweight HTML/LaTeX documents with - the 'commonmark' package. This package has been superseded by 'litedown'. +Description: Render Markdown to HTML/LaTeX. This package has been superseded by 'litedown'. Please call 'litedown::mark()' directly. Depends: - R (>= 2.11.1) + R (>= 3.2.0) Imports: utils, xfun,