Skip to content

Commit

Permalink
fix: markdown image url replace
Browse files Browse the repository at this point in the history
  • Loading branch information
d3george authored and d3george committed Oct 15, 2024
1 parent 3991bcd commit 543c1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/components/markdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ReactDOM.render(
<br/>
![cover](https://res.cloudinary.com/trinhmai/image/upload/v1660897321/_minimal_mock/_Cover/cover_19.jpg)
![cover](src/assets/images/cover/cover_3.jpg)
> A block quote with ~~strikethrough~~ and a URL: [https://reactjs.org](https://reactjs.org).
Expand Down

0 comments on commit 543c1a6

Please sign in to comment.