chirpy使用
An example showing the
tip
type prompt.
An example showing the
info
type prompt.
An example showing the
warning
type prompt.
An example showing the
danger
type prompt.
1
2
3
4
5
6
7
8
9
10
11
> An example showing the `tip` type prompt.
{: .prompt-tip }
> An example showing the `info` type prompt.
{: .prompt-info }
> An example showing the `warning` type prompt.
{: .prompt-warning }
> An example showing the `danger` type prompt.
{: .prompt-danger }
禁用Liquid:https://github.com/cotes2020/jekyll-theme-chirpy/issues/1154
If you are using a language that contains curly braces, you will likely need to place and
tags around your code. Since Jekyll 4.0
, you can add render_with_liquid: false
in your front matter to disable Liquid entirely for a particular document.
本文由作者按照
CC BY 4.0
进行授权