diff --git a/DESCRIPTION b/DESCRIPTION index cef7a0b..23d0802 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: markdown Type: Package Title: Render Markdown with 'commonmark' -Version: 1.12 +Version: 1.12.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"), diff --git a/NEWS.md b/NEWS.md index f0cd046..3740d4c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# CHANGES IN markdown VERSION 1.13 + + # CHANGES IN markdown VERSION 1.12 - Provided three internal functions `html_document`, `html_vignette`, and `pdf_document` as compatibility layers to functions of the same names in the **rmarkdown** package (thanks, @jangorecki, #108). See [the appendix](https://cran.r-project.org/package=markdown/vignettes/intro.html#for-rmarkdown-users) in `vignette('intro', package = 'markdown')` for details.