惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
美团技术团队
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
M
MIT News - Artificial intelligence
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
A
About on SuperTechFans
Recent Announcements
Recent Announcements
D
Docker
Vercel News
Vercel News
Engineering at Meta
Engineering at Meta
腾讯CDC
Martin Fowler
Martin Fowler
阮一峰的网络日志
阮一峰的网络日志

ctan-ann

CTAN update: texlive-dummy-fedora CTAN update: appendixnumberbeamer CTAN update: modernruler New on CTAN: pst-eqhz CTAN update: simplebnf CTAN update: fundus CTAN update: unibidi-lua CTAN update: pst-fun CTAN update: hvfloat New on CTAN: attinormativi CTAN update: njuthesis New on CTAN: beamertheme-geode New on CTAN: numodel-bundle CTAN update: bundledoc CTAN update: biblatex-cse New on CTAN: na-tikzornament New on CTAN: boustrophedon CTAN update: menukeys CTAN update: LXGW-fonts CTAN update: pst-barcode CTAN update: tabularht CTAN update: oberdiek CTAN update: dtk-bibliography New on CTAN: na-cover CTAN update: beamer-varbox New on CTAN: plain-grid CTAN update: pas-tableur CTAN update: nicematrix New on CTAN: screenwriter New on CTAN: na-fancyborders
ann - CTAN update: markdown
Contact Author · 2026-06-13 · via ctan-ann

Date: June 12, 2026 7:40:32 PM CEST

Vít Starý Novotný submitted an update to the markdown package. Version: 3.15.1-0-g51841b67 2026-06-11 License: lppl1.3c Summary description: Converting and rendering markdown documents inside TeX Announcement text:


### Fixes This version of the Markdown package has fixed the following issues: - Define unexpandable functions as protected. ([witiko/expltools#201][expltools-201], #644) [expltools-201]: https://github.com/witiko/expltools/pull/201 ### Defaults This version of the Markdown package has made the following changes to the default renderer and renderer prototype definitions. - Render bracketed spans by default. (8c3b0716) Previously, bracketed span contents were consumed by the default renderer prototype. - In LaTeX, format `[...]{.acronym}`s throughout the document. (#645) After this change, explicitly listed acronyms using the HTML class `acronym` will be recorded in the auxiliary file, so that they are applied throughout the document in the next compilation run. For example, assume the following LaTeX example document: ``` tex \documentclass{article} \usepackage[bracketed_spans]{markdown} \markdownSetup { acronyms = {HTML, YAML}, } \begin{document} \begin{markdown} HTML, JSON, and YAML are two staples of modern tooling that often get mentioned in the same breath, even though they live in very different layers of the stack. Here, the author has explicitly marked up [JSON]{.acronym}. \end{markdown} \begin{markdown} In the following compilation runs, the previous occurrence of JSON will also be correctly formatted as an acronym. \end{markdown} \end{document} ``` During the first compilation run, only HTML and YAML are formatted as acronyms in the first paragraph, not JSON, which is only formatted as an acronym in the second and third paragraphs. However, in the following compilation runs, JSON is formatted as an acronym throughout. ### Continuous integration This version of the Markdown package has made the following changes to our continuous integration: - Bump `softprops/action-gh-release` from 2 to 3. (added by @dependabot in #643)


The package’s Catalogue entry can be viewed at https://ctan.org/pkg/markdown The package’s files themselves can be inspected at https://mirrors.ctan.org/macros/generic/markdown/


Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese


CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs