| category | debug |
|---|
using System;
namespace Example
{
internal static class Program
{
[STAThread()]
private static int Main(string[] args)
{
Console.WriteLine("Hello, World!!");
return 0;
}
}
}# Markdown
* **Item `1`**
* **Item `2`**タグ一覧
{% if site.tags %}-
{% for tag in site.tags %}
- {{ tag[0] }} {% endfor %}