Repository Test
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
[External link {{% feather external-link %}}](https://google.com)
Image
![Image test](./90930015.jpg)
With Title Text
![Image test](./90930015.jpg "Vending machine")