From 313c8147b959907004db2daba8f26c3bb264c949 Mon Sep 17 00:00:00 2001 From: karakan-rt <282898364+karakan-rt@users.noreply.github.com> Date: Fri, 24 Jul 2026 01:13:41 +0200 Subject: [PATCH 1/6] devconc --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f0418c2b9..162642d8d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,7 @@ // See https://containers.dev/implementors/json_reference/ for configuration reference { "name": "basic configure", +"image": "mcr.microsoft.com/devcontainers/base:ubuntu", "customizations": { "vscode": { "extensions": [ From d4a66184726928147cb942492f60b34a63f79c84 Mon Sep 17 00:00:00 2001 From: karakan-rt <282898364+karakan-rt@users.noreply.github.com> Date: Sat, 25 Jul 2026 12:59:24 +0200 Subject: [PATCH 2/6] Update hello mobile Mobile --- git-crshcor/hello | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-crshcor/hello b/git-crshcor/hello index bc0479ed9..d0e588d42 100644 --- a/git-crshcor/hello +++ b/git-crshcor/hello @@ -1,2 +1,3 @@ siema wariacie / -das \ No newline at end of file +das +mobile \ No newline at end of file From 7acbf8e2b467c3e80a50759e11d9d7a0b3b1b28d Mon Sep 17 00:00:00 2001 From: karakan-rt <282898364+karakan-rt@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:43:33 +0200 Subject: [PATCH 3/6] Add markdown examples to TEST.TXT --- TESTFOLDER/TEST.TXT | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TESTFOLDER/TEST.TXT diff --git a/TESTFOLDER/TEST.TXT b/TESTFOLDER/TEST.TXT new file mode 100644 index 000000000..76f8c872c --- /dev/null +++ b/TESTFOLDER/TEST.TXT @@ -0,0 +1,5 @@ +## MARKDWON EXAMPLES + +-heading- +uorderlist +- text- From 63e23f5fd92c6f02df9a655cdeffb07c0530595e Mon Sep 17 00:00:00 2001 From: karakan-rt <282898364+karakan-rt@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:44:28 +0200 Subject: [PATCH 4/6] Delete TESTFOLDER/TEST.TXT --- TESTFOLDER/TEST.TXT | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 TESTFOLDER/TEST.TXT diff --git a/TESTFOLDER/TEST.TXT b/TESTFOLDER/TEST.TXT deleted file mode 100644 index 76f8c872c..000000000 --- a/TESTFOLDER/TEST.TXT +++ /dev/null @@ -1,5 +0,0 @@ -## MARKDWON EXAMPLES - --heading- -uorderlist -- text- From 29289e66f155ad409973ff261ce81a114036f964 Mon Sep 17 00:00:00 2001 From: karakan-rt <282898364+karakan-rt@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:45:16 +0200 Subject: [PATCH 5/6] Add initial content to testmark.md --- testfolder/testmark.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testfolder/testmark.md diff --git a/testfolder/testmark.md b/testfolder/testmark.md new file mode 100644 index 000000000..407f90609 --- /dev/null +++ b/testfolder/testmark.md @@ -0,0 +1,4 @@ +## heding + +-dfsd +--cos From 9ca30c3a1820a98aea0dcd0d851ff31b78a9e959 Mon Sep 17 00:00:00 2001 From: karakan-rt <282898364+karakan-rt@users.noreply.github.com> Date: Sun, 26 Jul 2026 16:10:14 +0200 Subject: [PATCH 6/6] markdown moje --- testfolder/Secret.md | 1 + testfolder/testmark.md | 101 +++++++++++++++++++++++++++++++++++++++-- 2 files changed, 99 insertions(+), 3 deletions(-) create mode 100644 testfolder/Secret.md diff --git a/testfolder/Secret.md b/testfolder/Secret.md new file mode 100644 index 000000000..85db16f36 --- /dev/null +++ b/testfolder/Secret.md @@ -0,0 +1 @@ +**Secret page**s \ No newline at end of file diff --git a/testfolder/testmark.md b/testfolder/testmark.md index 407f90609..cf2aa27d2 100644 --- a/testfolder/testmark.md +++ b/testfolder/testmark.md @@ -1,4 +1,99 @@ -## heding +# heding + +- dfsd +- cos +- [uonredre](#ordered) + +## headings +dupa +unorder list hyphens + +https://github.github.com/gfm/ + +https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax + +- f +- g ++ f ++ g + +## ordered + +1. e +2. v +2. d +1) dd +1) ddf +1) cc + +## text f +*italic* +_italic_ +**bold** +~~strike~~ + +## code +inline +`select * from ` +withouthighlight +``` +sekect * frm and +sasa +sex + +``` +withouthighlight +```sql +select * from + where and + group xyz by +sasa +sex +``` +## tables +test + +## Tables + +| abc | def | ghi | +| --- | --- | --- | +| bar | baz | boo | + + + +| abc | defghi | +| :-: | -----------: | +| bar | baz | + + + +| abc | def | +| --- | --- | +| bar | +| bar | baz | boo | + +| abc | def | +| --- | --- | + +##blockquattes + +> "cipka jest fajna" + + > # Foo + > bar + > baz + +## Links + +[Github Website](https://github.com) + +[Secret Page](../markdown/Secret.md) + + +## Tasklist + +- [ ] Item 1 +- [x] Item 2 + + --dfsd ---cos