Rahul Martim Juliato 与 Stéphane Marks 发布了一份关于 Emacs 31 中新引入的 markdown-ts-mode 的非官方使用指南 1。该模式目前被标记为实验性模式,其 API 和功能可能发生变化 1。
这份指南详细介绍了该模式的安装配置、Tree-sitter 语法编译、核心功能以及常见问题排查等内容 1。在核心功能方面,markdown-ts-mode 覆盖了 CommonMark 规范及大部分 GFM 规范,支持编辑、代码块原生高亮(包括 elisp 等非 ts-mode)、表格处理、目录生成以及 PDF 和 HTML 导出等功能 1。作者鼓励用户参与测试和反馈,以推动该模式脱离实验阶段 1。
Rahul Martim Juliato and Stéphane Marks have released an unofficial guide for markdown-ts-mode, a newly introduced experimental mode in Emacs 31 1. This mode covers the CommonMark specification and most of the GitHub Flavored Markdown (GFM) specification 1. It supports native syntax highlighting for code blocks, including non-ts-mode languages such as Emacs Lisp (elisp) 1. Furthermore, the mode provides core functionalities such as editing, table handling, table of contents generation, and exporting documents to PDF or HTML formats 1.
The guide details the installation and configuration processes, Tree-sitter grammar compilation, and troubleshooting for common issues 1. As markdown-ts-mode is still in the experimental stage, its API and features may change 1. The authors encourage users to participate in testing and provide feedback to help push the mode out of its experimental phase 1.
评论
还没有评论,欢迎留下第一条。