CSDN如何为图片添加描述(markdown模式下)

  1. 上传图片
    在这里插入图片描述

  2. 在图片后添加<center><font size=2 color=grey>图注</font></center></font>
    在这里插入图片描述

  3. 效果

    在这里插入图片描述

    这是可爱的耶耶

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论
CSDNMarkdown可以使用类似于LaTeX的方式添加参考文献,具体步骤如下: 1. 在CSDN编辑器中输入参考文献的BibTeX格式,例如: ``` @article{gpt, title={Language models are unsupervised multitask learners}, author={Radford, Alec and Wu, Jeff and Child, Rewon and Luan, David and Amodei, Dario and Sutskever, Ilya}, journal={OpenAI Blog}, year={2019}, volume={1}, pages={9} } ``` 2. 在需要引用参考文献的地方,使用类似于LaTeX的方式插入引用,例如: ``` 这是一篇关于自然语言处理的文章[@gpt]。 ``` 注意,引用要使用英文方括号,且在方括号内填写引用的BibTeX标识符。 3. 在文章末尾使用如下格式插入参考文献: ``` <!--more--> ## 参考文献 <div class="citeproc-container"> </div> <script src="https://cdn.jsdelivr.net/npm/@citation-js/citation-js@0.5.9/dist/citation.min.js"></script> <script> const csl = "@article{gpt,\n title={Language models are unsupervised multitask learners},\n author={Radford, Alec and Wu, Jeff and Child, Rewon and Luan, David and Amodei, Dario and Sutskever, Ilya},\n journal={OpenAI Blog},\n year={2019},\n volume={1},\n pages={9}\n}"; const items = citation.parse(csl); const sys = new citation.Citation(sys => { sys.add(items); sys.format("bibliography", { entrySpacing: "0", hangingIndent: "0", lineSpacing: "2", listStyle: "none", entryType: "article-journal", lang: "zh-CN", append: "" }, "bibliography"); }); document.querySelector(".citeproc-container").appendChild(sys.bibliography); </script> ``` 注意,`csl`变量中的内容需要替换成你自己的参考文献BibTeX格式,且可以在`format`函数中设置参考文献的样式。如果需要添加多篇参考文献,可以在`csl`变量中添加多个BibTeX格式的条目,在`sys.add`函数中添加多个条目即可。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

你才是猪头

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值