Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jun 2, 2021
1 parent 1d25499 commit 6f818c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/actions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
base64State.subscribe((b64Code: string) => {
iUrl = `https://mermaid.ink/img/${b64Code}`;
svgUrl = `https://mermaid.ink/svg/${b64Code}`;
mdCode = `[![](${iUrl})](${window.location.protocol}//${window.location.host}${window.location.pathname}/edit#${b64Code})`;
mdCode = `[![](${iUrl})](${window.location.protocol}//${window.location.host}${window.location.pathname}#${b64Code})`;
});
</script>

Expand Down

0 comments on commit 6f818c3

Please sign in to comment.