Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(FR-433): wrap customTags contents with Collapse #3073

Draft
wants to merge 1 commit into
base: feature/support-latex
Choose a base branch
from

Conversation

agatha197
Copy link
Contributor

@agatha197 agatha197 commented Jan 23, 2025

resolves #3066 (FR-433 / parent: FR-432)

Adds support for GitHub Flavored Markdown (GFM) and custom tag parsing in chat messages. This enhances markdown rendering with features like tables, task lists, and collapsible sections for tagged content (e.g., "think" tags).

Key changes:

  • Added GFM support through remark-gfm plugin
  • Implemented custom tag parsing to extract and display tagged content in collapsible panels
  • Enhanced code block styling and layout
  • Added KaTeX for math equation rendering

Checklist:

  • Documentation
  • Test case(s) to demonstrate the difference of before/after

Copy link
Contributor Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@agatha197 agatha197 force-pushed the feature/hide-custom-tags branch from 3800926 to 986ecde Compare January 23, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L 100~500 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant