Changelog
Source:NEWS.md
juicedown 0.1.2
CRAN release: 2025-09-16
- Fix: Rd cross-references now use package anchors (e.g.,
\link[knitr:knitr-package]{knitr}
,\link[knitr:knit]{knitr::knit}
). - Fix: Replaced accidental base pipe
|>
with%>%
to keepDepends: R (>= 3.6.0)
. - Docs: Follow conventional DESCRIPTION
URL
/BugReports
formatting. Thanks @olivroy in #3 (see https://github.com/kenjisato/juicedown/pull/3#issuecomment-2607211598).