Skip to content

Commit 3cb3054

Browse files
author
mef
committed
(textproc/R-markdown) Updated 1.7 to 1.13
# CHANGES IN markdown VERSION 1.13 - Cleaned `sourcepos` records when they come from metadata (thanks, @dmurdoch, #111). - The **markdown** package is in the maintenance-only mode now. It is feature-complete, and will receive no updates except for fixing CRAN problems. New development will continue only in **litedown**: <https://github.com/yihui/litedown>. # CHANGES IN markdown VERSION 1.12 - Provided three internal functions `html_document`, `html_vignette`, and `pdf_document` as compatibility layers to functions of the same names in the **rmarkdown** package (thanks, @jangorecki, #108). - The default HTML template no longer wraps meta variables `include-before` and `include-after` inside `<div></div>`, because their values may contain incomplete HTML tags, e.g., `include-before = '<div>'` and `include-after = '</div>'`. # CHANGES IN markdown VERSION 1.11 - Verbatim code blocks of the form ```` ```{lang attr1 attr2 ...} ```` were not correctly rendered. # CHANGES IN markdown VERSION 1.10 - Raw blocks (```` ```{=lang} ````) were broken in the previous version when the support for code block attributes was added. # CHANGES IN markdown VERSION 1.9 - Added support for attributes on fenced code blocks, e.g., ```` ```{.lang .class2 #id attr="value"}```` (thanks, @thothal, #106). - Fixed the bug that the option `number_sections: true` doesn't work for HTML output when then input contains certain Unicode characters (thanks, @fyuniv, #104). - Added support for rendering HTML Widgets such as **ggplotly** (thanks, @fyuniv, #105). # CHANGES IN markdown VERSION 1.8 - Fixed the superfluous warning about path lengths in `mark_html()` (thanks, @kenjisato, #103).
1 parent 61d9144 commit 3cb3054

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

textproc/R-markdown/Makefile

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.9 2023/06/03 14:10:00 mef Exp $
1+
# $NetBSD: Makefile,v 1.10 2025/01/02 21:28:05 mef Exp $
22

33
R_PKGNAME= markdown
4-
R_PKGVER= 1.7
4+
R_PKGVER= 1.13
55
CATEGORIES= textproc
66

77
MAINTAINER= [email protected]
@@ -12,8 +12,16 @@ DEPENDS+= R-commonmark-[0-9]*:../../textproc/R-commonmark
1212
DEPENDS+= R-mime>=0.3:../../mail/R-mime
1313
DEPENDS+= R-xfun-[0-9]*:../../devel/R-xfun
1414

15-
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
1615
TEST_DEPENDS+= R-RCurl-[0-9]*:../../www/R-RCurl
16+
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
17+
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
18+
19+
# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
20+
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
21+
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
22+
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
23+
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
24+
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
1725

1826
USE_LANGUAGES= c
1927

textproc/R-markdown/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.9 2023/06/03 14:10:00 mef Exp $
1+
$NetBSD: distinfo,v 1.10 2025/01/02 21:28:05 mef Exp $
22

3-
BLAKE2s (R/markdown_1.7.tar.gz) = 0d309abc046684861ad79dd0eb8e8cbb509c30d88d4517cc24c58d156bb0dd92
4-
SHA512 (R/markdown_1.7.tar.gz) = 5bcdb9392c387ba06613585958196899294c633285159c261b66ca958fbd39e0063b4e6e15ab295e3a9ddbd7e1075bbf3cabc5b295132d65f3c0411b00035ef6
5-
Size (R/markdown_1.7.tar.gz) = 107936 bytes
3+
BLAKE2s (R/markdown_1.13.tar.gz) = 60f4f98dd6675bbdb18018d14355b311e9ed53edb3e73ac80a5801030348202a
4+
SHA512 (R/markdown_1.13.tar.gz) = 157ae50b320552792d65b595da2fc61f94c6c16aefcf68c3f6da6e0b1a4470aaedc2916cbf6758144d6373e6873feb2a923b0036b9c32e9dfb8e4f9e43b3c8c6
5+
Size (R/markdown_1.13.tar.gz) = 39609 bytes

0 commit comments

Comments
 (0)