Skip to content

fix: Spelling#90

Open
jsoref wants to merge 15 commits intoexcalidraw:masterfrom
jsoref:spelling
Open

fix: Spelling#90
jsoref wants to merge 15 commits intoexcalidraw:masterfrom
jsoref:spelling

Conversation

@jsoref
Copy link
Copy Markdown

@jsoref jsoref commented Oct 30, 2025

This PR corrects misspellings identified by the check-spelling action

The misspellings have been reported at https://github.com/jsoref/mermaid-to-excalidraw/actions/runs/18927681858/attempts/1#summary-54037905828

The action reports that the changes in this PR would make it mostly happy: https://github.com/jsoref/mermaid-to-excalidraw/actions/runs/18927681864/attempts/1#summary-54037905790

jsoref added 14 commits October 29, 2025 21:38
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 30, 2025

@jsoref is attempting to deploy a commit to the Excalidraw Team on Vercel.

A member of the Team first needs to authorize it.

Comment thread src/parseMermaid.ts Outdated
Comment thread src/parseMermaid.ts
// Convert SVG to image
const mimeType = "image/svg+xml";
const decoded = unescape(encodeURIComponent(svgEl.outerHTML));
const decoded = decodeURIComponent(encodeURIComponent(svgEl.outerHTML));
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was an in-the-neighborhood change

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
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