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