• Update maintainer email, website URL, and GitHub URL.
  • Merge pull request #31 from yihui/patch-1
  • Update tests for new markdown package functionality (#29).
  • Remove LazyData from DESCRIPTION per new CRAN rules. Package has no data.
  • The vignettes are more careful when fetching resources from the internet.
  • Update md_table() tests for rvest 1.0.0 release.
  • Create md_label() to use with md_reference() (#25).
  • Try using clean ... support in md_link() and md_image() (#26).
  • Use goodpractices::gp() to fix a few issues:
    1. Trim all lines to under 80 character width.
    2. Use vapply() over sapply() in md_setext().
  • The 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).
  • Remove md_define() to avoid pandoc issue (#16, #17).
  • Remove all stringr functions in place of base alternatives (#15).
  • Remove map_md() function.
  • Remove dplyr suggestion dependency.
  • Remove httr tests in md_issue().
  • Remove httr suggestion dependency.
  • Improve vignettes.
  • Remove readr::read_lines() from docs.
  • Cite CommonMark author in DESCRIPTION.
  • Remove the %>% utility and magrittr package.
  • Remove all /docs and move to gh-pages branch.
  • Re-submit to CRAN.
  • Replace emphasize_at() with map_md(), which now uses str_split(simplify = TRUE) and apply() instead of purrr::map_at().
  • Add vignette walking through all the features of GFM.
  • Add and remove tests from the GFM spec (#13).
  • Rename md-break.R to md-rule.R
  • Implement optional spacing in md_rule()
  • Implement optional custom underline width in md_setext().
  • Rewrite function descriptions with consistent language.
  • Return glued md_convert() output with glue::as_glue().
  • Return glued emphasize_at() output.
  • Add description of kable and markdown wrapping in gluedown.R.
  • Update the documentation for block container functions.
  • Update the documentation for inline functions.
  • Rename md_list() to md_order().
  • Create generic md_list() to call all list types.
  • Implement usethis::use_spell_check().
  • Improve template GitHub issue.
  • Create and delete md_emoji() (want the reverse, maybe).
  • Added a NEWS.md file to track changes to the package.
  • Use glue::glue() everywhere over paste() w/ cat() (#8).
  • Fully test every function argument (coverage: 97%) (#9).