Skip to content

Commit

Permalink
State that markdown is base64 encoded for urls
Browse files Browse the repository at this point in the history
Fixes #35
  • Loading branch information
ceddlyburge authored Jul 28, 2020
1 parent a876225 commit 1be415a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Links.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ label[for="markdown"] {
<a href="{url}" download='' on:click={onDownloadPNG}>
Download PNG
</a>
(markdown is base64 encoded for these urls)
</div>
<p>
<label for="markdown">Copy Markdown</label>
Expand Down

0 comments on commit 1be415a

Please sign in to comment.