From 7eee02059d38ce430d8c57ca1446f4c190985514 Mon Sep 17 00:00:00 2001 From: lemijo4122 Date: Tue, 23 Jul 2024 08:15:41 +0000 Subject: [PATCH] Update readme.MD --- readme.MD | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/readme.MD b/readme.MD index e69de29..25a5b93 100644 --- a/readme.MD +++ b/readme.MD @@ -0,0 +1,72 @@ +# Test + +~~test~~ + +**test** + +_test_ + +***test*** + +> Quote + + +``` bash +git status +git add +git commit +``` + +[GitHub Pages](https://pages.github.com/) + +![Screenshot of a comment on a GitHub issue showing an image, added in the Markdown, of an Octocat smiling and raising a tentacle.](https://myoctocat.com/assets/images/base-octocat.svg) + +- George Washington +* John Adams ++ Thomas Jefferson + +1. James Madison +2. James Monroe +3. John Quincy Adams + +afasd + +1. First list item + - First nested list item + - Second nested list item + + +- [x] #739 +- [ ] https://github.com/octo-org/octo-repo/issues/740 +- [ ] Add delight to the experience when all tasks are complete :tada: + + +@github/support What do you think about these updates? + + +@octocat :+1: This PR looks great - it's ready to merge! :shipit: + + +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. + + +> [!NOTE] +> Useful information that users should know, even when skimming content. + +> [!TIP] +> Helpful advice for doing things better or more easily. + +> [!IMPORTANT] +> Key information users need to know to achieve their goal. + +> [!WARNING] +> Urgent info that needs immediate user attention to avoid problems. + +> [!CAUTION] +> Advises about risks or negative outcomes of certain actions. \ No newline at end of file