npm 包 remark-footnotes-title 使用教程

阅读时长 3 分钟读完

简介

在前端开发过程中,我们经常会需要使用 markdown 来编写文档,同时我们也需要在文档中添加注脚,而 remark-footnotes-title 这个 npm 包可以帮助我们方便地添加注脚标题,可以大大提高我们的工作效率。

安装

使用 npm 安装 remark-footnotes-title:

使用

引入 remark-footnotes-title:

将 remark 插件传递给 remark().use()

其中,title 是注脚标题的文本。

如果你想使用默认的标题文本,不需要传递 title

示例

下面是使用 remark-footnotes-title 添加注脚标题的示例代码:

-- -------------------- ---- -------
----- ------ - -----------------
----- -------------- - ---------------------------------

----- -------------------------- - --------
  -------------------- -
    ------ ----
  --
  ---------------------------------------------
  ---------

---------------------------------------

输出结果:

-- -------------------- ---- -------
----------------- --------------- ------------ ----------------------------------------------- --------------- ------------ ------------------------------------
---- ------------------
----
----
--- ----------
----- --------------- -------------------------------------
-----
--- ----------
----- --------------- -------------------------------------
-----
-----
------

总结

remark-footnotes-title 是一个非常棒的 npm 包,可以方便地为我们的 markdown 文本添加注脚标题,这对于我们的文档编写有很大的帮助。希望本篇文章对您有所帮助!

来源:JavaScript中文网 ,转载请注明来源 https://www.javascriptcn.com/post/60055adf81e8991b448d8853

纠错
反馈