Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koromoko10/koromoko10

Githubプロフィール
https://github.com/koromoko10/koromoko10

Last synced: 1 day ago
JSON representation

Githubプロフィール

Awesome Lists containing this project

README

        

# koromoko10って誰やねん
koromoko10はとりあえず**しょーもないアプリ**作る人だということだけ覚えてたらいいよ。うん。


`ゲーム・動画・クソフトクリエイターです`

やってるSNSは大体[koromoko10リンク集](https://lit.link/koromoko10)にまとめてあるんでこれ見てください

>埋め込みコード

```html

```

### Githubにしか公開してないものあるかもよ

|なんとなく|表を |
|--|--|
| 作りたくなった |aaa |
|bbbbb|cccc|

- [ ] Youtube動画作成する
- [ ] ゲームをさっさと完成させる
- [ ] koromoko10 download storeも完成させる **何一つできてない定期**

# ここから下はマークダウンのテストしてるだけ(自分が確認する用)
# H1
## H2
### H3
#### H4
##### H5
###### H6
```html

aaaaa


```
`インライン表示(正式名称わからん)` _italic(アンダーバー)_



改行

じゃ

**strong(米印)**

これはにある

これはにある

~打ち消し~

折り畳みタイトル

折り畳み内容

* リスト1
* リスト2
* リスト3
* リスト4
* リスト5


1. 番号付きリスト1
1. 番号付きリスト1-1
1. 番号付きリスト1-2
1. 番号付きリスト2
1. 番号付きリスト3


- [ ] タスク1
- [x] タスク2


> 引用だぁぁ
> 複数行もいけまスゥー。
> > 引用の引用もできる。

***

[link](https://example.com "title")

[ここ][link-1] と [この][link-1] リンクは同じになります。
[link-1] という書き方もできます。

[link-1]: https://example.com

![image](https://avatars.githubusercontent.com/u/136338615?v=4 "title")


| Left align | Right align | Center align |
|:-----------|------------:|:------------:|
| This | This | This |
| column | column | column |
| will | will | will |
| be | be | be |
| left | right | center |
| aligned | aligned | aligned |
| \| | | |


```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```

:shipit:


> [!NOTE]
> Highlights information that users should take into account, even when skimming.

> [!TIP]
> Optional information to help a user be more successful.

> [!IMPORTANT]
> Crucial information necessary for users to succeed.

> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.

> [!CAUTION]
> Negative potential consequences of an action.







>↑ライトモードかダークモードかで画像が変わる。ライトモードはGoogleアイコン、ダークモードは自分の画像


Here is a simple footnote[^1].

A footnote can also have multiple lines[^2].

[^1]: My reference.
[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.
This is a second line.


# 参考にしたページ
* https://qiita.com/Qiita/items/c686397e4a0f4f11683d
* https://qiita.com/Yarakashi_Kikohshi/items/8b1ebfa798a35dec6154
* https://docs.github.com/ja/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#footnotes