feat: Enhanced Markdown Support with Bidirectional Conversion#5
Merged
Conversation
- Add --format markdown option to confluence read command - Update help text to include markdown format option - Add markdown support documentation with examples
- Add native Confluence storage format conversion (no HTML macros) - Implement bidirectional conversion: markdown ↔ Confluence storage format - Support Confluence-specific extensions ([!info], [!warning], [!note]) - Convert complex HTML tables to clean markdown tables - Preserve text formatting (bold, italic, code blocks) - Add comprehensive test coverage (17 tests passing) - Enable advanced markdown-it features (tables, strikethrough, linkify) Enhanced features: - storageToMarkdown() - Convert Confluence storage to markdown - htmlToMarkdown() - Convert HTML to markdown - setupConfluenceMarkdownExtensions() - Custom markdown extensions - htmlToConfluenceStorage() - Enhanced HTML to storage conversion
github-actions Bot
pushed a commit
that referenced
this pull request
Jun 30, 2025
# [1.4.0](v1.3.2...v1.4.0) (2025-06-30) ### Features * Enhanced Markdown Support with Bidirectional Conversion ([#5](#5)) ([d17771b](d17771b))
|
🎉 This PR is included in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
bestend
pushed a commit
to bestend/confluence-cli
that referenced
this pull request
Feb 9, 2026
* feat: add markdown format option to read command - Add --format markdown option to confluence read command - Update help text to include markdown format option - Add markdown support documentation with examples * feat: implement enhanced markdown support with bidirectional conversion - Add native Confluence storage format conversion (no HTML macros) - Implement bidirectional conversion: markdown ↔ Confluence storage format - Support Confluence-specific extensions ([!info], [!warning], [!note]) - Convert complex HTML tables to clean markdown tables - Preserve text formatting (bold, italic, code blocks) - Add comprehensive test coverage (17 tests passing) - Enable advanced markdown-it features (tables, strikethrough, linkify) Enhanced features: - storageToMarkdown() - Convert Confluence storage to markdown - htmlToMarkdown() - Convert HTML to markdown - setupConfluenceMarkdownExtensions() - Custom markdown extensions - htmlToConfluenceStorage() - Enhanced HTML to storage conversion
bestend
pushed a commit
to bestend/confluence-cli
that referenced
this pull request
Feb 9, 2026
# [1.4.0](pchuri/confluence-cli@v1.3.2...v1.4.0) (2025-06-30) ### Features * Enhanced Markdown Support with Bidirectional Conversion ([pchuri#5](pchuri#5)) ([78b6cf4](pchuri@78b6cf4))
This was referenced Apr 14, 2026
This was referenced Apr 28, 2026
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
🚀 Major Feature: Enhanced Markdown Support with Bidirectional Conversion
This PR adds comprehensive markdown support to confluence-cli with:
[\!info],[\!warning],[\!note]admonitionsKey Features
📖 Read Pages in Markdown Format
⚡ Enhanced Conversion Methods
markdownToStorage()- Convert markdown to Confluence storage formatstorageToMarkdown()- Convert Confluence storage to markdownhtmlToMarkdown()- Convert HTML to clean markdownsetupConfluenceMarkdownExtensions()- Custom markdown extensions🎯 Confluence-Specific Extensions