Skip to content

Commit 1845930

Browse files
committed
don't load kitten picture from third party site
1 parent 0050c65 commit 1845930

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
10.2 KB
Loading

frontend/apps/remark42/templates/markdown-help.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ <h2 id="Images">Images</h2>
348348
<p>If you want to embed images, this is how you do it:</p>
349349
<pre>![Image of my cat](https://placekitten.com/400/400)</pre>
350350
<p>
351-
<img src="https://placekitten.com/400/400" width="400" height="400" alt="" />
351+
<img src="400x400.jpeg" width="400" height="400" alt="" />
352352
</p>
353353

354354
<h2 id="Code">Code</h2>

0 commit comments

Comments
 (0)