Skip to contents

Lint Markdown post for rOpenSci blog

Usage

ro_lint_md(path = NULL)

Arguments

path

Path to the Markdown post (not source Rmd!) -- if NULL, and in RStudio, roblog will default to the md resulting from the active Rmd.

Examples

if (FALSE) {
path <- system.file(
  file.path("examples", "bad-no-alt.md"),
  package = "roblog"
)
}