litedown
Lightweight R Markdown engine for rendering documents, books and slides
litedown grows from a lean renderer into a book and site generator
◆Recent moves
- 1mo ago
Book and website project templates land in litedown
⚡ SPARKThe release where litedown stops being only a document renderer. Project scaffolding moves it onto bookdown and blogdown's ground while keeping the minimal-dependency premise.
View source ↗ - 7mo ago
Output filtering chunk option lets you reorder results
Adds a filter chunk option that takes a custom function, making it possible to reorder output elements and interleave text and plots from a loop. A genuinely new degree of control over chunk output.
View source ↗ - 9mo ago
fig.keep option and better LaTeX footnotes
Adds plot selection via fig.keep and loosens LaTeX footnote constraints so identifiers need not be numeric and content need not be a single paragraph. Steady chunk-option build-out.
View source ↗ - 1y ago
Package manual and news rendering improvements
Refines the package-documentation helpers — internal help pages excluded from pkg_manual(), GitHub user and issue links added by pkg_news() — plus markdown parsing fixes. Aimed at package authors using litedown for their own docs.
View source ↗ - 1y ago
Offline HTML output and chunk context queries
Adds an offline option that downloads web resources into the output, plus get_context() and raw_text() for chunk-level introspection and raw output. Replaces ref.label with the more general fill option.
View source ↗ - 1y ago
Preview cleanup, render shortcut and LaTeX cross-references
Improves the roam() preview loop with a cleanup option and a keyboard shortcut, and extends cross-references to LaTeX output. Workflow polish on the authoring side.
View source ↗