academicpages / academicpages.github.io

Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
https://academicpages.github.io
MIT License
12.41k stars 43.86k forks source link

Markdown Rendering Issue with Publication List Formatting #2595

Closed zhi-xuan-chen closed 1 day ago

zhi-xuan-chen commented 2 days ago

Describe the bug Thank you for providing this wonderful theme! I’m having some issues with how Markdown renders in the publication section of my personal page. Specifically, I noticed that certain items in my publication list are being displayed with a border, while others are not.

To Reproduce Here’s the Markdown code I’m using:

📝 **Selected Publications** | [[**Full List**](https://scholar.google.com/citations?user=7AMNEKAAAAAJ&hl=zh-CN)]

- **Zhixuan Chen**, Luyang Luo, Yequan Bie, Hao Chen. Dia-LLaMA: Towards Large Language Model-driven CT Report Generation. *Preprint*, 2024. | [[Paper](https://arxiv.org/pdf/2403.16386)]

- Yequan Bie, Luyang Luo, **Zhixuan Chen**, Hao Chen. XCoOp: Explainable Prompt Learning for Computer-Aided Diagnosis via Concept-guided Context Optimization. *The International Conference on Medical Image Computing and Computer-Assisted Intervention* (MICCAI), 2024. | [[Paper](https://link.springer.com/chapter/10.1007/978-3-031-72390-2_72)] [[Code](https://github.com/Tommy-Bie/XCoOp)]

Expected behavior A publication list without border

Screenshots image

Desktop (please complete the following information):

rjzupkoii commented 1 day ago

The border around the data suggests that the input is being rendered as a table which would be due to an error in the formatting of the input, or possibly a bug in karmadown. Neither of which appears to be an issue with the template itself.