Skip to content

Conversation

@alpha912
Copy link
Contributor

@alpha912 alpha912 commented Aug 8, 2025

Summary

  • render ordered lists, blockquotes, code blocks, images, and links in slide HTML output
  • cover new slide content types with unit test

Testing

  • pnpm test

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

@alpha912
Copy link
Contributor Author

This feature has been implemented directly in main. The CLI now renders ordered lists, blockquotes, code blocks, images, and links in slide HTML output with proper formatting and escaping. The renderTextRun() helper ensures consistent styling across all text content. Excellent enhancement to HTML rendering capabilities!

@alpha912 alpha912 closed this Oct 16, 2025
@alpha912 alpha912 deleted the codex/add-support-for-html-elements-in-renderhtml branch October 16, 2025 07:49
alpha912 added a commit that referenced this pull request Oct 16, 2025
- Add renderTextRun() helper to properly render styled text to HTML
- Support ordered lists (<ol>) in slide rendering
- Support blockquotes (<blockquote>) in slide rendering
- Support code blocks (<pre><code>) with language highlighting classes
- Support images (<img>) in slide rendering
- Support links (<a>) with proper HTML escaping
- Apply styling for bold, italic, underline, and strikethrough

Implements feature from PR #48
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