byungkwonc's blog

shortcode

Jump to Section

icon

alert

  • code

    1
    2
    3
    4
    5
    6
    7
    8
    
        {{< alert primary >}}**this** is a primary{{< /alert >}}
        {{< alert theme="info" >}}**this** is a text{{< /alert >}}
        {{< alert theme="success" >}}**Yeahhh !** is a text{{< /alert >}}
        {{< alert theme="warning" >}}**Be carefull** is a text{{< /alert >}}
        {{< alert danger >}}**Beware !** is a text{{< /alert >}}
        {{< alert dark >}}**Dark !** is a dark{{< /alert >}}
        {{< alert light >}}**oooh !** is a light{{< /alert >}}
        {{< alert secondary >}}**Wait !** is a secondary{{< /alert >}}

  • result

gist

  • code