Skip to content

Commit

Permalink
don't load kitten picture from third party site
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Feb 1, 2024
1 parent 0050c65 commit 1845930
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added frontend/apps/remark42/templates/400x400.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/apps/remark42/templates/markdown-help.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ <h2 id="Images">Images</h2>
<p>If you want to embed images, this is how you do it:</p>
<pre>![Image of my cat](https://placekitten.com/400/400)</pre>
<p>
<img src="https://placekitten.com/400/400" width="400" height="400" alt="" />
<img src="400x400.jpeg" width="400" height="400" alt="" />
</p>

<h2 id="Code">Code</h2>
Expand Down

0 comments on commit 1845930

Please sign in to comment.