Skip to content

Commit e12842f

Browse files
committed
tex-markdown: Import version 3.12.0.
The Markdown package converts CommonMark markup to TeX commands. The functionality is provided both as a Lua module and as plain TeX, LaTeX, and ConTeXt macro packages that can be used to directly typeset TeX documents containing markdown markup. Unlike other converters, the Markdown package does not require any external programs, and makes it easy to redefine how each and every markdown element is rendered. Creative abuse of the markdown syntax is encouraged.
1 parent 00ea776 commit e12842f

4 files changed

Lines changed: 39 additions & 0 deletions

File tree

textproc/tex-markdown/DESCR

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The Markdown package converts CommonMark markup to TeX commands. The
2+
functionality is provided both as a Lua module and as plain TeX, LaTeX, and
3+
ConTeXt macro packages that can be used to directly typeset TeX documents
4+
containing markdown markup. Unlike other converters, the Markdown package
5+
does not require any external programs, and makes it easy to redefine how
6+
each and every markdown element is rendered. Creative abuse of the markdown
7+
syntax is encouraged.

textproc/tex-markdown/Makefile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# $NetBSD: Makefile,v 1.1 2025/12/04 11:05:10 jperkin Exp $
2+
3+
DISTNAME= markdown
4+
PKGNAME= tex-${DISTNAME}-3.12.0
5+
TEXLIVE_REV= 76710
6+
7+
MAINTAINER= pkgsrc-users@NetBSD.org
8+
HOMEPAGE= https://ctan.org/pkg/markdown
9+
COMMENT= Convert and render Markdown documents
10+
LICENSE= lppl-1.3c
11+
12+
REPLACE_TEXLUA= texmf-dist/scripts/markdown/markdown2tex.lua
13+
14+
.include "../../print/texlive/package.mk"
15+
.include "../../mk/bsd.pkg.mk"

textproc/tex-markdown/PLIST

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@comment $NetBSD: PLIST,v 1.1 2025/12/04 11:05:10 jperkin Exp $
2+
share/texmf-dist/scripts/markdown/markdown-cli.lua
3+
share/texmf-dist/scripts/markdown/markdown2tex.lua
4+
share/texmf-dist/tex/context/third/markdown/t-markdown.tex
5+
share/texmf-dist/tex/context/third/markdown/t-markdownthemewitiko_markdown_defaults.tex
6+
share/texmf-dist/tex/generic/markdown/markdown.tex
7+
share/texmf-dist/tex/generic/markdown/markdownthemewitiko_markdown_defaults.tex
8+
share/texmf-dist/tex/latex/markdown/markdown.sty
9+
share/texmf-dist/tex/latex/markdown/markdownthemewitiko_markdown_defaults.sty
10+
share/texmf-dist/tex/luatex/markdown/markdown-parser.lua
11+
share/texmf-dist/tex/luatex/markdown/markdown-unicode-data.lua
12+
share/texmf-dist/tex/luatex/markdown/markdown.lua

textproc/tex-markdown/distinfo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$NetBSD: distinfo,v 1.1 2025/12/04 11:05:10 jperkin Exp $
2+
3+
BLAKE2s (markdown.r76710.tar.xz) = 842f328c92f4ef81b97296cfef184274f1bf3ce54d616a2c4dad9e32777be9c7
4+
SHA512 (markdown.r76710.tar.xz) = 82334a12605136a8cc7b708141efe40253c59f130fa966460316a52cbb366deb04f3c169503bd23f209a67d8a8bec7e5c111bfb6707c35f38a382abdd44cec5c
5+
Size (markdown.r76710.tar.xz) = 98468 bytes

0 commit comments

Comments
 (0)