NEWS.md
md_convert() for changes in the markdown package.LazyData from DESCRIPTION per new CRAN rules. Package has no data.md_table() tests for rvest 1.0.0 release.md_label() to use with md_reference() (#25).... support in md_link() and md_image() (#26).goodpractices::gp() to fix a few issues:
vapply() over sapply() in md_setext().md_link() and md_image() functions have half-baked support for using named ... arguments instead of the traditional vector arguments. This works well with a single link but not when trying to turn two lengthy vectors into multiple markdown links (#26).markdown dependency and warn for md_convert() (#22).knitr dependency and write fallback for md_table() (#20).md_link() (#26).md_define() to avoid pandoc issue (#16, #17).stringr functions in place of base alternatives (#15).map_md() function.dplyr suggestion dependency.httr tests in md_issue().httr suggestion dependency.readr::read_lines() from docs.DESCRIPTION.%>% utility and magrittr package./docs and move to gh-pages branch.emphasize_at() with map_md(), which now uses str_split(simplify = TRUE) and apply() instead of purrr::map_at().md_disallow() and add to md_convert() (#10).md_text() wrapper for glue::as_glue() (#10).md_blank() (#10).md_rule() and md_chunk(), brings coverage to 100%.md_autolink() (#10).... in md_hardline(), md_softline(), and md_paragraph().md-break.R to md-rule.R
md_rule()
md_setext().md_paragraph() and md_softline() (#10).any() number in md_issue() can’t be coerced to numeric.md_convert() output with glue::as_glue().emphasize_at() output.kable and markdown wrapping in gluedown.R.md_list() to md_order().md_list() to call all list types.usethis::use_spell_check().md_emoji() (want the reverse, maybe).md_chunk() into md_indent() and md_fence().glue::glue_collapse() in md_rule() and md_table().stringr::str_dup() in md_heading(), md_setext(), and md_rule().md_hardline() (#10).md_setext() (#10).NEWS.md file to track changes to the package.glue::glue() everywhere over paste() w/ cat() (#8).