初めてのMarkdown記事

はじめに

Markdownでの記事作成に挑戦中です。

プログラミングのコードも簡単

// プログラミングコードもこのように綺麗に表示されます
const message = "Hello, Markdown!";
console.log(message);