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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improved symbol matching regex: Updated the letter symbol regex to use proper Unicode word boundary logic (\p{L}\p{M}_ and \p{M}\d_), preventing false matches when symbol names appear as substrings within longer identifiers.
Handle string answers in formatAnswer: String-type answers are now returned via stripAnswer early, avoiding errors when non-numeric results are passed to formatting logic. (#280)
Page name layout fix. Added margin-top to the .pageName class for improved visual layout.