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 | - [ ] 内容 |
任务列表适合写笔记用,或者可以搞选择题。
- 未选
- 选择
NexT插件篇
按钮
1 | {% btn 地址 , 文字 , 图标 规格 %} |
可以只选一种也可以互相搭配:
button NexT引用
1 | <blockquote class="blockquote-center">内容</blockquote> |
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 | {% note class %}内容{% endnote %} |
要启用这些得先去站点配置里找到有关note的介绍并且把它们打开。
折叠也可以: