Skip to content

Commit

Permalink
start the next version
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Sep 9, 2024
1 parent 6cec1c2 commit 88c750f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
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:
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# CHANGES IN litedown VERSION 0.3


# CHANGES IN litedown VERSION 0.2

- A data frame (or matrix/tibble) wrapped in `I()` is fully printed to a table now by default. Without `I()`, data objects are truncated to 10 rows by default when printing to tables.
Expand Down

0 comments on commit 88c750f

Please sign in to comment.