Skip to content

Commit

Permalink
not \pkg{}
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 31, 2024
1 parent bfd9a90 commit ecd6b9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/package.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#' A lightweight version of R Markdown
#'
#' \pkg{Markdown} is a plain-text formatting syntax that can be converted to
#' HTML and other formats. This package can render R Markdown to Markdown, and
#' then to an output document format. The main differences between this package
#' and \pkg{rmarkdown} are that it does not use Pandoc or \pkg{knitr} (i.e.,
#' fewer dependencies), and it also has fewer Markdown features.
#' Markdown is a plain-text format that can be converted to HTML and other
#' formats. This package can render R Markdown to Markdown, and then to an
#' output document format. The main differences between this package and
#' \pkg{rmarkdown} are that it does not use Pandoc or \pkg{knitr} (i.e., fewer
#' dependencies), and it also has fewer Markdown features.
#' @importFrom xfun base64_uri csv_options download_cache fenced_block
#' fenced_div file_exists file_ext grep_sub in_dir loadable new_record
#' normalize_path prose_index raw_string read_all read_utf8 record_print
Expand Down
10 changes: 5 additions & 5 deletions man/litedown-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ecd6b9d

Please sign in to comment.