Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

refactor: Prioritize citation parsing before markdown processing#132

Merged
haesookimDev merged 1 commit intodeployfrom
main
Aug 21, 2025
Merged

refactor: Prioritize citation parsing before markdown processing#132
haesookimDev merged 1 commit intodeployfrom
main

Conversation

@haesookimDev
Copy link
Contributor

Refactored the inline text processing to parse citations before applying markdown parsing. This ensures citations are correctly identified and converted into interactive buttons without interference from markdown parsing.

  • Added explicit steps to handle citation parsing prior to markdown.
  • Applied markdown parsing only to non-citation text segments.
  • Updated fallback handling to display raw citation text without markdown.
  • Improved code comments for clarity on processing order and logic.

Refactored the inline text processing to parse citations before applying
markdown parsing. This ensures citations are correctly identified and
converted into interactive buttons without interference from markdown
parsing.

- Added explicit steps to handle citation parsing prior to markdown.
- Applied markdown parsing only to non-citation text segments.
- Updated fallback handling to display raw citation text without markdown.
- Improved code comments for clarity on processing order and logic.
@haesookimDev haesookimDev merged commit 86c2ea4 into deploy Aug 21, 2025
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant