diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2021-06-30 12:09:52 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2021-06-30 12:09:52 +0800 |
commit | 089d93c09ab6cad0cf6a6b6b3bb38b9cdc9a3c3d (patch) | |
tree | d7129a2cac64fdd061449ff88f680694debf2221 /_posts | |
parent | 826e97f27e323fdb33808b795998f121c571a95d (diff) |
fix: invalid image in quick-markdown-example.md
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2017-06-10-quick-mardown-example.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |