はろーのすたー

pandocで変換されています。

テスト

まーきーてすと

引用テスト

  • リスト
  • リスト
  • リスト

prism.js

python

print ("this is a test");

css

a:link {
  color: red;
  padding: 2px;
  cursor: pointer;
}

astro

---
import Layout from "@layouts/BasicLayout.astro"
const test = "test";
---
<Layout>
<h1>{test}</h1>
<p>this is a {test}</p>
</Layout>

C

#include <stdio.h>

int main (int argc, char *argv)
{
   char *str = "this is a test¥n";
   puts(str);
   return 1;
}

this is a test これはtailscaleから接続して書いているものです

info

  • title: hostr first post
  • author: ubanis

  • date: 2023-12-30 12:13 JST