From e38d2c7bb3a8a187b8c8cac26ea586db17d27c85 Mon Sep 17 00:00:00 2001 From: Mira Date: Sat, 9 Jun 2018 23:05:54 +0200 Subject: [PATCH] test .md on github --- test/README.md | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 test/README.md diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..67f932f --- /dev/null +++ b/test/README.md @@ -0,0 +1,62 @@ +### test GitHub's checkbos + +~~~~ +- [ ] test 1 +- [] test 2 +- [x] test 3 + - [ ] test 4 + - [x] test 5 +- [test](https://markdown.org) 6 +- [x](https://markdown.org) test 7 + +another + +- [ ] test 10 +- [x] test 10 + +list +- test 20 +- test 21 +~~~~ + +- [ ] test 1 +- [] test 2 +- [x] test 3 + - [ ] test 4 + - [x] test 5 +- [test](https://markdown.org) 6 +- [x](https://markdown.org) test 7 + +another + +- [ ] test 10 +- [x] test 10 + +list +- test 20 +- test 21 + +~~~~html + +

another

+ +

list

+ +~~~~