diff --git a/NEWS.md b/NEWS.md index 60ec8bc..ceeedf5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# ftExtra 0.1.1 +# ftExtra 0.1.2 ## New features @@ -6,16 +6,19 @@ ## Bug fixes -* Fix math not rendered on Windows with Pandoc < 2.10 (#33) -* `math.lua` requires Pandoc >= 2.7.3 (#35) -* Fix Pandoc < 2.7.3 raising error message "option --lua-filter requires an argument SCRIPTPATH". This is a regression from #35 (#37) -* Fix CRAN warning, "file 'https://www.r-project.org/logo/Rlogo.png' can not be found." (#38) * Fix `colformat_md(pandoc_args = c("--bibliography", "example.bib"))` should work even if bibliography field is missing from the YAML front matter (#41). ## Internal changes * Drop **jpeg** package from suggests, which is formerly used in a vignette (#42). + +# ftExtra 0.1.1 +* Fix math not rendered on Windows with Pandoc < 2.10 (#33) +* `math.lua` requires Pandoc >= 2.7.3 (#35) +* Fix Pandoc < 2.7.3 raising error message "option --lua-filter requires an argument SCRIPTPATH". This is a regression from #35 (#37) +* Fix CRAN warning, "file 'https://www.r-project.org/logo/Rlogo.png' can not be found." (#38) + # ftExtra 0.1.0 * Support markdown footnote with `colformat_md`. Currently, one footnote per a cell is allowed, and it must be located at the end of the cell content (#22). diff --git a/docs/news/index.html b/docs/news/index.html index 286a694..45bbda5 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -132,9 +132,9 @@
NEWS.md
- math.lua
requires Pandoc >= 2.7.3 (#35)colformat_md(pandoc_args = c("--bibliography", "example.bib"))
should work even if bibliography field is missing from the YAML front matter (#41).math.lua
requires Pandoc >= 2.7.3 (#35)