Markdown语法记录

写在前面

这几天翻官网发现next自带了一些插件能够通过markdown实现,就干脆单开一个笔记记录一下以后可能会用到的(人比较健忘)。

字体篇

改变字体

1
<font face="字体">内容</font>

能调用所有本机系统安装的所有字体文件,只要知道字体的名字就可以。

像素字体

Handwriting

もうひつ

字体居中

1
<center>内容</center>
有一种写论文的感觉

字体颜色

1
<font color=16进制HEX>内容</font>

一段话里可以同时存在好几种颜色,比如说紫色的文字绿色的文字粉色的文字

字体大小

1
<font size=>内容</font>

突然变大

突然缩小

size直接填写数字也可以,填写像素也可以。

字体综合

把以上所有的语句全部综合可得:

1
<center><font color= size= face="">内容</font></center>
居中的蓝色像素大字体

列表篇

1
2
- [ ] 内容
- [x] 内容

任务列表适合写笔记用,或者可以搞选择题。

  • 未选
  • 选择

NexT插件篇

按钮

1
2
{% btn 地址 , 文字 , 图标 规格 %}
fa-fw fa-lg fa-2x fa-3x fa-4x fa-5x

可以只选一种也可以互相搭配:

button NexT

引用

1
2
3
<blockquote class="blockquote-center">内容</blockquote>
{% centerquote %}内容{% endcenterquote %}
{% cq %}内容{% endcq %}

Each possible move represents a different game,

a different universe in which you make a better move.

There are more possible games of chess

than there are atoms in the universe.

No one could possibly predict them all, even you.

标签

1
2
{% note class %}内容{% endnote %}
class: default/primary/success/info/warning/danger/no-icon

要启用这些得先去站点配置里找到有关note的介绍并且把它们打开。

Default

灰色箭头标志

Primary

紫色加号标志

Success

绿色对勾标志

Info

蓝色信息标志

Warning

黄色预警标志

Danger

红色禁止标志

折叠也可以:

Content Warning

Content Warning

Content warnings are not an excuse for students to skip class or censor your material.