内容块
使用
1 | !!! note Hexo-admonition |
Hexo-admonition
这是基于
提示内容开头留
类型:note
, info
, todo
,
warning
, attention
, caution
,
error
, failure
, missing
,
fail
CJK 字符与西文字符自动添加间距
使用
- 安装
1
npm install hexo-filter-text-autospace
- 配置(修改
Hexo 根目录的 _config.yml
配置文件) 更多配置说明见插件主页。1
2
3
4
5text_autospace_filter:
enable: true
inject_css: true # 是否注入css
tag_name: 'hanla' # 给间距定义的标签名
entry: 'body' # 选择要添加间距的元素(也可以是id 或 class)
段落两端对齐
对段落p
text-align: justify;
即可。