Commit 8d48bb4
committed
Fully integrated markdown service
1 parent 8830713 commit 8d48bb4Copy full SHA for 8d48bb4
File tree
Expand file treeCollapse file tree
7 files changed
+39
-119
lines changedOpen diff view settings
Filter options
- run/markdown-preview
- editor
- renderer
Expand file treeCollapse file tree
7 files changed
+39
-119
lines changedOpen diff view settings
Collapse file
run/markdown-preview/editor/Dockerfile
Copy file name to clipboardExpand all lines: run/markdown-preview/editor/Dockerfile+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
| 35 | + |
Collapse file
run/markdown-preview/editor/main.py
Copy file name to clipboardExpand all lines: run/markdown-preview/editor/main.py+13-10Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | | - |
| 15 | + |
17 | 16 | |
18 | | - |
| 17 | + |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
| 22 | + |
| 23 | + |
23 | 24 | |
| 25 | + |
24 | 26 | |
25 | | - |
| 27 | + |
26 | 28 | |
27 | 29 | |
28 | 30 | |
29 | 31 | |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
34 | 37 | |
35 | 38 | |
36 | 39 | |
37 | 40 | |
38 | 41 | |
39 | 42 | |
40 | 43 | |
41 | | - |
| 44 | + |
Collapse file
run/markdown-preview/editor/render.py
Copy file name to clipboardExpand all lines: run/markdown-preview/editor/render.py+19-33Lines changed: 19 additions & 33 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
| 23 | + |
36 | 24 | |
37 | 25 | |
38 | 26 | |
39 | 27 | |
40 | 28 | |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
45 | 29 | |
46 | | - |
47 | | - |
48 | | - |
49 | | - |
50 | | - |
51 | | - |
| 30 | + |
| 31 | + |
52 | 32 | |
53 | | - |
| 33 | + |
54 | 34 | |
| 35 | + |
| 36 | + |
| 37 | + |
55 | 38 | |
56 | | - |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
61 | 39 | |
62 | | - |
63 | | - |
64 | | - |
| 40 | + |
65 | 41 | |
66 | 42 | |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
Collapse file
run/markdown-preview/editor/requirements.txt
Copy file name to clipboard+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
5 | | - |
| 4 | + |
Collapse file
run/markdown-preview/editor/service.py
Copy file name to clipboardExpand all lines: run/markdown-preview/editor/service.py-70Lines changed: 0 additions & 70 deletions
This file was deleted.
Collapse file
run/markdown-preview/renderer/Dockerfile
Copy file name to clipboardExpand all lines: run/markdown-preview/renderer/Dockerfile+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
| 35 | + |
Collapse file
run/markdown-preview/renderer/main.py
Copy file name to clipboardExpand all lines: run/markdown-preview/renderer/main.py+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
| 22 | + |
22 | 23 | |
23 | 24 | |
24 | 25 | |
25 | 26 | |
26 | 27 | |
| 28 | + |
27 | 29 | |
28 | 30 | |
29 | 31 | |
30 | 32 | |
31 | 33 | |
32 | | - |
| 34 | + |
0 commit comments