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

推荐订阅源

V
Vulnerabilities – Threatpost
aimingoo的专栏
aimingoo的专栏
B
Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志
Engineering at Meta
Engineering at Meta
IT之家
IT之家
V
Visual Studio Blog
The Cloudflare Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
A
About on SuperTechFans
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
N
News and Events Feed by Topic
A
Arctic Wolf
WordPress大学
WordPress大学
小众软件
小众软件
C
CERT Recently Published Vulnerability Notes
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
D
Darknet – Hacking Tools, Hacker News & Cyber Security
F
Fortinet All Blogs
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Y
Y Combinator Blog
T
Threat Research - Cisco Blogs
Latest news
Latest news
Simon Willison's Weblog
Simon Willison's Weblog
Cyberwarzone
Cyberwarzone
S
Schneier on Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
L
Lohrmann on Cybersecurity
Stack Overflow Blog
Stack Overflow Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Privacy International News Feed
J
Java Code Geeks
Spread Privacy
Spread Privacy
宝玉的分享
宝玉的分享
I
Intezer
L
LangChain Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
G
GRAHAM CLULEY
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
N
News and Events Feed by Topic
AWS News Blog
AWS News Blog
Attack and Defense Labs
Attack and Defense Labs
Security Archives - TechRepublic
Security Archives - TechRepublic
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO

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 New on CTAN: babel-kazakh CTAN update: newpax CTAN update: colortbl CTAN update: abntexto CTAN update: dccpaper CTAN update: utbmciad-report CTAN update: spim-phdthesisthemes CTAN update: latex-base-dev New on CTAN: na-urmborder CTAN update: gia-handout New on CTAN: na-pageborder CTAN update: genealogytree CTAN update: sblfonts CTAN update: mp-gears CTAN update: contract CTAN update: etoc CTAN update: latexindent New on CTAN: tensorstyles New on CTAN: mp-gears CTAN update: StatRep CTAN update: biblatex-sbl CTAN update: crossword CTAN update: svg-animate New on CTAN: lucide-admonitions New on CTAN: ecnuthesis New on CTAN: eurion CTAN update: autotype CTAN update: csvsimple New on CTAN: dirtreex New on CTAN: chalk-annotate CTAN update: pmdraw CTAN update: hyperref CTAN update: chet CTAN update: glossaries New on CTAN: user-persona New on CTAN: biblatex-ams CTAN update: tikzfill CTAN update: NewComputerModern CTAN update: fontools CTAN update: register-transfer-level CTAN update: nxtlatex New on CTAN: spim-phdthesisthemes New on CTAN: query-astro New on CTAN: register-transfer-level New on CTAN: ciad-beamertheme CTAN update: hecthese New on CTAN: biblatex-abs-annote New on CTAN: utbmciad-report CTAN update: xreview New on CTAN: cardgame CTAN update: fonttable New on CTAN: ClawXiv CTAN update: fretplot CTAN update: PyLuaTeX CTAN update: babel-german CTAN update: onlinebrief24 CTAN update: tokstools CTAN update: tablerIcons CTAN update: lucide-icons CTAN update: cprotect CTAN update: KKsymbols New on CTAN: ltmermaid CTAN update: NxuThesis CTAN update: fancyvrb CTAN update: biblatex-oxref CTAN update: apxproof New on CTAN: pst-spectrum New on CTAN: uvlhighlight CTAN update: beamertheme-gotham CTAN update: The Comprehensive LaTeX Symbol List
ann - CTAN update: markdown
Contact Author · 2026-06-19 · via ctan-ann

Date: June 19, 2026 6:36:54 AM CEST

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


### Development This version of the Markdown package has added the following new features: - Allow delimiters other than `{` and `}` after `\markinline`. (#646, d17a31f6) This allows potentially unbalanced braces to appear in the markdown text: ``` tex \documentclass{article} \usepackage[bracketed_spans]{markdown} \begin{document} \markinline|[JSON]{.acronym}| \end{document} ``` ### Continuous integration This version of the Markdown package has made the following changes to our continuous integration: - Fix @mermaid-js/mermaid-cli not downloading chrome-headless-shell. (b5cc155e) - In `workflows/main.yml`, add `buildDocumentation` dispatch input. (effc46de, 8b6a4d20) This allows running the pipeline without building the documentation and example documents, which is helpful in quickly building a Docker image, especially if building the documentation and example documents fails.


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