Changelog
Source:NEWS.md
b3doc (development version)
-
update_frontmatter()
’sreplace
argument no longer supports regex, avoiding the use of escape characters and unintended broad changes (#25).
b3doc 0.2.0
-
update_frontmatter()
can now handle.md
files (#20). -
update_frontmatter()
now has areplace
argument that replaces allkey
s with theirvalue
. This argument replaces thelogo
argument (#22). - Add Ward Langeraert as author.
b3doc 0.1.0
- New
update_frontmatter()
updates the front matter and replaces the logo of a Markdown file on disk (#1, #3, #6). - New
rmd_to_md()
converts an external R Markdown to Markdown (#1, #2, #3, #6).