Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
3 changes: 2 additions & 1 deletion git-crshcor/hello
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
siema wariacie /
das
das
mobile
1 change: 1 addition & 0 deletions testfolder/Secret.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**Secret page**s
99 changes: 99 additions & 0 deletions testfolder/testmark.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
# 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