Changelog
Source:NEWS.md
b3doc (development version)
-
update_frontmatter()’sreplaceargument no longer supports regex, avoiding the use of escape characters and unintended broad changes (#25).
b3doc 0.2.0
-
update_frontmatter()can now handle.mdfiles (#20). -
update_frontmatter()now has areplaceargument that replaces allkeys with theirvalue. This argument replaces thelogoargument (#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).