From 9536c28da623784e280305f82c2640ab2e6617e1 Mon Sep 17 00:00:00 2001 From: geopanther Date: Fri, 12 Jun 2026 17:01:51 +0200 Subject: [PATCH] docs: add mark plugin support to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f78eaa..1f99f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Emoji shortcode support (`:smile:` → 😄) with 1913 GitHub-compatible mappings, enabled by default (`--disable-emoji` to turn off) - Local diagram rendering for mermaid and PlantUML code blocks via `--render-diagrams` flag (requires `mmdc` and/or `plantuml` on PATH) - `--mmdc-path` and `--plantuml-path` CLI flags for custom tool locations +- Mark/highlight plugin support (`==text==` syntax) renders as yellow highlighted text using Confluence inline styling ### Changed