Created
April 30, 2025 11:53
-
-
Save udzura/221e1f1f2c8621fc5bb064479912c58d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
description: | |
globs: | |
alwaysApply: true | |
--- | |
# スライド作成ルール | |
- スライドの利用言語は指示に従うこと。指示がない場合、英語にすること。 | |
- marp のフォーマットに従って markdown を作成すること。 | |
- marp でのスライドの作り方は [marp-howto](mdc:marp-howto.md) や [公式ドキュメント](mdc:https:/github.com/marp-team/marp/tree/main/website/docs/guide) を参考にすること。 | |
- 基本的には以下のまとまりを1つのページとすること | |
```markdown | |
---- | |
# 自己紹介 ... ヘッダサイズは h1 からにすること | |
- Uchio Kondo | |
- Rubyist | |
- Product Engineer at SmartHR | |
``` | |
- 大見出しとなるスライドでは以下のfrontmatterを付与すること | |
```markdown | |
<!-- | |
_class: hero | |
--> | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment