Skip to content

Commit

Permalink
(textproc/R-markdown) Updated 1.7 to 1.13
Browse files Browse the repository at this point in the history
# 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).
  • Loading branch information
mef committed Jan 2, 2025
1 parent 61d9144 commit 3cb3054
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
14 changes: 11 additions & 3 deletions textproc/R-markdown/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.9 2023/06/03 14:10:00 mef Exp $
# $NetBSD: Makefile,v 1.10 2025/01/02 21:28:05 mef Exp $

R_PKGNAME= markdown
R_PKGVER= 1.7
R_PKGVER= 1.13
CATEGORIES= textproc

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

TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-RCurl-[0-9]*:../../www/R-RCurl
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown

# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval

USE_LANGUAGES= c

Expand Down
8 changes: 4 additions & 4 deletions textproc/R-markdown/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2023/06/03 14:10:00 mef Exp $
$NetBSD: distinfo,v 1.10 2025/01/02 21:28:05 mef Exp $

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

0 comments on commit 3cb3054

Please sign in to comment.