Changes in version 0.3.0.9000 Changes in version 0.3.0 - update_frontmatter()'s replace argument no longer supports regex, avoiding the use of escape characters and unintended broad changes (#25). - Figures now have a standard DPI of 300, to improve figure quality (#30). Changes in version 0.2.0 - update_frontmatter() can now handle .md files (#20). - update_frontmatter() now has a replace argument that replaces all keys with their value. This argument replaces the logo argument (#22). - Add Ward Langeraert as author. Changes in version 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).