From e79a4c84a2789f215e4cff8f48c2a2662867549e Mon Sep 17 00:00:00 2001 From: geopanther Date: Sat, 13 Jun 2026 10:29:36 +0200 Subject: [PATCH] docs(changelog): move mark plugin entry to Unreleased Mark/highlight plugin (#73) landed after the 0.4.0 tag but was listed under the 0.4.0 release section. Move it to Unreleased > Added. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e9031a..bd0bd1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `--enable-line-numbers` CLI flag to opt in to line numbers for Confluence code blocks +- Mark/highlight plugin support (`==text==` syntax) renders as yellow highlighted text using Confluence inline styling ### Fixed @@ -35,7 +36,6 @@ 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