Skip to content

feature: parse all Markdown - #67

Merged
artcc merged 2 commits into
developfrom
feature/markdown
Jul 29, 2026
Merged

feature: parse all Markdown#67
artcc merged 2 commits into
developfrom
feature/markdown

Conversation

@artcc

@artcc artcc commented Jul 29, 2026

Copy link
Copy Markdown
Owner

No description provided.

artcc added 2 commits July 29, 2026 10:05
- Extend `MarkdownParser` with blockquote, unordered list, ordered list, horizontal rule, and table cases
- Add parsing helpers and data types for list items, blockquotes, horizontal rules, and tables
- Introduce SwiftUI views for blockquotes, bulleted lists, numbered lists, horizontal rules, and tables
- Update `MessageBubbleView` to render the new block types
- Add parser tests covering blockquotes, lists, rules, tables, and mixed content
- Bump marketing version to 1.6.0 and add changelog entry for build 63
- Extend `MarkdownParser` with `.taskList` and `.image` block cases
- Parse task list items with checkbox state, nesting depth, and mixed markers
- Parse standalone markdown image lines and separate them from surrounding text
- Add `TaskListView` and `MarkdownImageView` for chat message rendering
- Update `MessageBubbleView` to render task lists and images
- Add parser tests for task lists, images, and block separation
- Update changelog to document the new markdown block support
@artcc
artcc merged commit 5696c23 into develop Jul 29, 2026
2 checks passed
@artcc
artcc deleted the feature/markdown branch July 29, 2026 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant