자료실 테스트 중입니다
Syntax Highlighting
package main
import "fmt"
for i:=0;i<10;i++{
fmt.Println(i)
}
Text Coloring Shortcode
{{% color LightSeaGreen %}}LightSeaGreen{{% /color %}}
{{% color "#DECAFE" %}}#DECAFE{{% /color %}}
LightSeaGreen #DECAFE
Feather Icons Shortcode
{{% feather <icon-name> [width] [height] %}}
{{% feather calendar 3em 3em %}}
{{% feather external-link 3em 3em %}}
Feather Icons with Markdown
[외부링크 {{% feather external-link %}}](https://google.com)
이미지 첨부
![이미지 첨부 테스트](./90930015.jpg)
With Title Text
![이미지 첨부 테스트](./90930015.jpg "자판기")