From 089d93c09ab6cad0cf6a6b6b3bb38b9cdc9a3c3d Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Wed, 30 Jun 2021 12:09:52 +0800 Subject: [PATCH] fix: invalid image in quick-markdown-example.md --- _posts/2017-06-10-quick-mardown-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2017-06-10-quick-mardown-example.md b/_posts/2017-06-10-quick-mardown-example.md index 27c3e68..384b737 100644 --- a/_posts/2017-06-10-quick-mardown-example.md +++ b/_posts/2017-06-10-quick-mardown-example.md @@ -153,7 +153,7 @@ Here's a "line block" (note how whitespace is honored): and images can be specified like so: -![example image](http://www.unexpected-vortices.com/sw/rippledoc/example-image.jpg "An exemplary image") +![example image](https://user-images.githubusercontent.com/9413601/123900693-1d9ebd00-d99c-11eb-8e9e-cf7879187606.png "An exemplary image") Inline math equation: $\omega = d\phi / dt$. Display math should get its own line like so: