Tag Plugin是一种支持Hexo以标签插件形式来标准Markdown中显示具有自定义尺寸的图像。
1.文本居中引用- Centered Quote
代码
1
{% cq %}世间所有的相遇,都是久别重逢{% endcq %}
效果
世间所有的相遇,都是久别重逢
2.提示块 - Note
配置 主题配置文件_config.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Note tag (bs-callout). note: # Note tag style values: # - simple bs-callout old alert style. Default. # - modern bs-callout new (v2-v3) alert style. # - flat flat callout style with background, like on Mozilla or StackOverflow. # - disabled disable all CSS styles import of note tag. # 风格 style: flat # 要不要图标 icons: true # 圆角矩形 border_radius: 3 # Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6). # Offset also applied to label tag variables. This option can work with disabled note tag. light_bg_offset: 0