Hi, I use grid module to beautify my ABOUT ME part with personal avatar. I would like to use the following HTML code to post the figure together with my brief introduction:
<div class="item">
<div class="item__image">
<img class="image image--lg" src="https://z3.ax1x.com/2021/05/29/2AZNhn.jpg"/>
</div>
<div class="item__content">
<div class="item__header">
<h2>Haolin Jia</h2>
</div>
<div class="item__description">
I have been working with [Prof. Daniele](http://cs.nyu.edu/~panozzo/) on Broad-Phase Detection in the field of geometry modeling. I also did research on video reconstruction and semi-supervised learning with [Prof.Ming-Hsuan](https://scholar.google.com/citations?user=p9-ohHsAAAAJ&hl=en). In particular, I have a great interest in Computer Graphics and relative programming which is being learned by myself. My cv is [here](https://drive.google.com/file/d/1hhmqyf-4bAKm3hIHycszZIMoCnyN2_eK/preview).
</div>
</div>
</div>
The item__description could not parse the markdown link as the above shows, it would treat the code as plain text. Is there any way to make links highlighted?
Description
Hi, I use grid module to beautify my ABOUT ME part with personal avatar. I would like to use the following HTML code to post the figure together with my brief introduction:
The item__description could not parse the markdown link as the above shows, it would treat the code as plain text. Is there any way to make links highlighted?