kitian616 / jekyll-TeXt-theme

💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
https://kitian616.github.io/jekyll-TeXt-theme/
MIT License
3.15k stars 2.55k forks source link

Feature request: item__description class support links. #342

Closed Harrypotterrrr closed 3 years ago

Harrypotterrrr commented 3 years ago

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:

<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?

Harrypotterrrr commented 3 years ago

I closed such stupid issue.. just use anchor.