Skip to content

Commit

Permalink
Fix the Card's render wrong.
Browse files Browse the repository at this point in the history
When use markdown's `inline-code` and `link` in `<a/>`, got an error.
  • Loading branch information
wangyipeng committed Nov 17, 2023
1 parent d6723e2 commit d240209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/routes/community/projects/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contributors:
<div class="card-grid">
<a class="card card-center" href="https://github.com/juergenie/ionic-qwik/">
<p class="icon" align="center"><img src="https://raw.githubusercontent.com/juergenie/ionic-qwik/main/logo.svg" width="172px"/></p>
<h3>Ionic-qwik - The cross-platform web-components <a href="https://ionicframework.com/">@ionic/core</a>'s wrapper for qwik.</h3>
<h3>Ionic-qwik - The cross-platform web-components `@ionic/core`'s wrapper for qwik.</h3>
</a>
</div>

Expand Down

0 comments on commit d240209

Please sign in to comment.