-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
Package: litedown | ||
Type: Package | ||
Title: A Lightweight Version of R Markdown | ||
Version: 0.2 | ||
Version: 0.2.1 | ||
Authors@R: c( | ||
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")), | ||
person() | ||
) | ||
Description: Render R Markdown to Markdown (without using 'knitr'), and Markdown | ||
to lightweight HTML/LaTeX documents with the 'commonmark' package (instead | ||
to lightweight HTML or 'LaTeX' documents with the 'commonmark' package (instead | ||
of 'Pandoc'). Some missing Markdown features in 'commonmark' are also | ||
supported, such as raw HTML/LaTeX blocks, LaTeX math, superscripts, | ||
supported, such as raw HTML or 'LaTeX' blocks, 'LaTeX' math, superscripts, | ||
subscripts, footnotes, element attributes, and appendices, | ||
but not all 'Pandoc' Markdown features are (or will be) supported. With | ||
additional JavaScript and CSS, you can also create HTML slides and articles. | ||
This package can be viewed as a trimmed-down version of R Markdown and | ||
'knitr'. It does not aim at rich Markdown features or a large variety of | ||
output formats (the primary formats are HTML and LaTeX). Book and website | ||
output formats (the primary formats are HTML and 'LaTeX'). Book and website | ||
projects of multiple input documents are also supported. | ||
Depends: R (>= 3.2.0) | ||
Imports: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters