我正在使用Pelican为自己创建一个静态网站。我想在此站点上为我的出版物添加bibtex条目。但是,当我使用@符号时,它呈现为指向Twitter提及的链接,而不是简单的文本。
这里是一页,我遇到此问题: https://shagunjhaver.com/research/holikatti-2019-airbnb-lpp/
我尝试使用单反斜杠字符和双反斜杠字符转义@符号,但这没有帮助。
html文件:
<div class="project-content">
{{ project.content }}
</div>
降价文件:
---
Title: "Learning to Airbnb by Engaging in Online Communities ofPractice"
---
[TOC]
---
## BibTeX citation
```bibtex
@article{Holikatti:2019,
author = {Holikatti, Maya and Jhaver, Shagun and Kumar, Neha},
title = {Learning to Airbnb by Engaging in Online Communities of Practice},
journal = {Proc. ACM Hum.-Comput. Interact.},
year = {2019},
volume = {3},
articleno = {228},
url = {https://doi.org/10.1145/3359330},
doi = {10.1145/3359330},
publisher = {ACM},
}
```
预期:一个简单的“ @article”文本 实际:链接到“ https://twitter.com/article”