Skip to content

0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 13:09
ab9d2f0

Summary

This version brings Zensical Studio closer to full Python Markdown parity with expanded highlighting for commonly used authoring constructs, including snippets, emojis/icons, smart symbols, keyboard keys, inline math, list markers, and task lists. It also improves nested inline highlighting, for example HTML entities and inline HTML inside link text.

Moreover, Zensical Studio will now automatically activate when a mkdocs.yml or zensical.toml file is present in the project root, allowing for a more seamless authoring experience.

Changelog

Features

  • ce7d711 code, grammar – add highlighting for inline math
  • 56dd84b code, grammar – add highlighting for keyboard keys
  • 2a6b4d9 code, grammar – add highlighting for list and task lists
  • b4f211c code, grammar – add highlighting for smart symbols
  • 78b2cd7 code, grammar – add highlighting for emojis and icons
  • 84bed88 code, grammar – add highlighting for snippets
  • a6d2336 code – activate Zensical Studio when mkdocs.yml or zensical.toml present

Bug fixes

  • cee44f8 code – move HTML patterns into inline flow for nested matching