roxygen2 icon indicating copy to clipboard operation
roxygen2 copied to clipboard

FR: add `is_md` to `parse_file()`

Open olivroy opened this issue 3 months ago • 0 comments

For example currently if your file contains this

#' title
#'
#' description
#' 
#' # Section
#' 
#' Content
#'

parse_file() will not pick up the section as a section. So, with is_md the section could be parsed as @section

Thanks

olivroy avatar May 03 '24 18:05 olivroy