Skip to content

Commit

Permalink
add markdown styles and sample
Browse files Browse the repository at this point in the history
  • Loading branch information
taga3s committed Sep 3, 2024
1 parent 6cf0d64 commit b0c56a2
Show file tree
Hide file tree
Showing 5 changed files with 1,272 additions and 8 deletions.
35 changes: 35 additions & 0 deletions app/routes/posts/md_test.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: "Markdown試し打ち"
publishedAt: "2024-09-XX"
---

# # Markdown試し打ち

これはMarkdownの試し打ちです。適宜チューニングしていきたい。以下、怪文書が続きます。

## ## Section 1

**以下は、法学部の生徒が学ぶ代表的な法律の分野です。**

- 刑法
- 民法
- 民法総則
- 債権総論
- etc...
- 憲法

とある法学部の学生が、法律の勉強をしているときに、次のような名言を思い出しました。

> Sweet are the uses of adversity, Which, like the toad, ugly and venomous, Wears yet a precious jewel in his head.
>
> Shakespeare
### ### Section 2

~ねこ~ いぬ(w300 * h200)
<img width="300" height="200" src="https://images.dog.ceo/breeds/terrier-welsh/lucy.jpg" />

動物の画像を表示してみました。
- [ ] 犬はkawaii
- [x] 猫もkawaii

3 changes: 0 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
},
"complexity": {
"noBannedTypes": "warn"
},
"security": {
"noDangerouslySetInnerHtml": "warn"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"dependencies": {
"hono": "^4.5.9",
"honox": "^0.1.24",
"remark-gfm": "^4.0.0"
"honox": "^0.1.24"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
Expand All @@ -28,6 +27,7 @@
"lint-staged": "^15.2.7",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"vite": "^5.4.2",
"wrangler": "^3.72.2"
},
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b0c56a2

Please sign in to comment.