JavaScript in Markdown

2023年 03月 22日

Step 1, create a new file named YourScript.js in the site directory.

Step 2, write the following code in the YAML of the Markdown document.

---
title: YourTitle
customjs:
 - https://yoursite/yourscript.js
---

Step 3, introduce JavaScript into Markdown.

{% for js in page.customjs %}
<script src="{{ js }}"></script>
{% endfor %}

分类

Markdown

相关文章

MarkDown 目录树锚定位 Markdown table自动修剪溢出 Markdown Notes

无留言,写一条

发表失败,请重试
发送成功! 一分钟后展示,请刷新
上一篇 下一篇