You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: process code spans before bold in stripMarkdownInline
Code spans have higher precedence than emphasis in CommonMark. Process
backtick code spans first so that bold markers inside code spans (e.g.
`**text**`) are preserved as literal asterisks. Addresses BugBot review.
0 commit comments