Skip to content

Conversation

@alpha912
Copy link
Contributor

@alpha912 alpha912 commented Aug 8, 2025

Summary

  • support rendering ordered lists, blockquotes, code blocks, images and links in Markdown export
  • cover advanced Markdown elements with new CLI tests

Testing

  • npm test

https://chatgpt.com/codex/tasks/task_e_6895adb59ef0832b9f0b51dc151e1f07

@alpha912
Copy link
Contributor Author

This feature has been implemented directly in main. The Markdown export now supports ordered lists, blockquotes, code blocks, images, and proper text styling (bold, italic, underline, strikethrough). The textRunToMarkdown() helper ensures consistent and correct Markdown output. Excellent enhancement!

@alpha912 alpha912 closed this Oct 16, 2025
@alpha912 alpha912 deleted the codex/extend-exportmarkdown-to-support-more-elements branch October 16, 2025 07:50
alpha912 added a commit that referenced this pull request Oct 16, 2025
- Add textRunToMarkdown() helper to convert styled text to Markdown
- Support ordered lists in Markdown export
- Support blockquotes in Markdown export
- Support code blocks with language specifier in Markdown export
- Support images in Markdown export
- Support links, bold, italic, underline, strikethrough in text
- Remove unused extractText() function

Implements feature from PR #49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants