commit ce97f4d5d6ce7ac8a0db1abb0ea7a48458a57a8a Author: riton Date: Sun Mar 16 18:40:46 2025 +0300 markdown sözdizim örneği diff --git a/cheat.md b/cheat.md new file mode 100644 index 0000000..2da595e --- /dev/null +++ b/cheat.md @@ -0,0 +1,24 @@ +# heading + +paragraph, **bold** _italic_ ya da *italic* ve `inline code` +[links](https://www.markdownguide.org/cheat-sheet/) + +## h2 + +- unordered +- list + +1. ordered +2. list + +footnote [^1] +``` +code block +``` + +> blockquote + +![alt text](image.jpg) + + +[^1]: this is the footnote (extended markdown) \ No newline at end of file