Skip to content

mkdocs-materialx-10.1.8

Latest

Choose a tag to compare

@jaywhj jaywhj released this 19 Jun 14:42
· 1 commit to main since this release
9822de7

en

  • Enhanced reading time calculation for blog posts, see post_readtime
    • Supports calculation for various Markdown blocks, including tables, fenced blocks, math blocks, images and more
    • Supports all mainstream languages and mixed-language, including Space-delimited languages & CJK languages
    • Improved parsing performance for faster computation
    • Exposed API for reading time calculation, facilitating invocation and integration by other plugins and hooks, see analyze_markdown
  • Optimized styles for collapsible code blocks with compatibility for the result class style

zh

  • 增强了 blog 计算阅读时长功能,参见 post_readtime
    • 支持各种 Markdown 内容块的计算,如表格、栅栏块、数学块、图像等
    • 支持所有主流语言,支持混合语言,包括空格分隔型语言和 CJK 语言
    • 提升了解析性能,加快了计算速度
    • 对外开放了计算阅读时长的 API,方便其它插件和钩子调用和集成,参见 analyze_markdown
  • 优化了折叠代码块的样式,兼容 result 类样式