Skip to content

fix: QUOTED_STRINGがインラインのリンク構文を飲み込む問題を修正#31

Merged
r74tech merged 1 commit intodevelopfrom
fix/quoted-string-swallows-links
Feb 21, 2026
Merged

fix: QUOTED_STRINGがインラインのリンク構文を飲み込む問題を修正#31
r74tech merged 1 commit intodevelopfrom
fix/quoted-string-swallows-links

Conversation

@r74tech
Copy link
Copy Markdown
Owner

@r74tech r74tech commented Feb 21, 2026

Summary

  • レクサーが "..." を無条件に QUOTED_STRINGトークンとして一括取り込みするため、"[[[*http://url|label]]]"
    内のリンク構文がパースされない問題を修正
  • QUOTED_STRING トークン化を EQUALS直後(ブロック属性値)に限定し、インラインコンテキストでは "TEXT トークンとして扱うよう変更

"..."のQUOTED_STRINGトークン化をEQUALS直後(ブロック属性値)に限定。
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
wdpr-demo-v1-files 082d009 Commit Preview URL

Branch Preview URL
Feb 21 2026, 04:59 PM

@r74tech r74tech merged commit a0c310b into develop Feb 21, 2026
8 checks passed
@r74tech r74tech deleted the fix/quoted-string-swallows-links branch February 21, 2026 17:00
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