pi-studio 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/README.md +5 -5
- package/assets/screenshots/dark-fenced-code.png +0 -0
- package/assets/screenshots/dark-math.png +0 -0
- package/assets/screenshots/dark-mermaid.png +0 -0
- package/assets/screenshots/light-fenced-code.png +0 -0
- package/assets/screenshots/light-math.png +0 -0
- package/assets/screenshots/light-workspace.png +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Status: experimental alpha.
|
|
|
6
6
|
|
|
7
7
|
## Screenshots
|
|
8
8
|
|
|
9
|
-
**Markdown workspace — dark** (syntax-highlighted editor + rendered preview with code
|
|
9
|
+
**Markdown workspace — dark** (syntax-highlighted editor + rendered preview with Julia code block, inline math, blockquotes)
|
|
10
10
|
|
|
11
11
|

|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ Status: experimental alpha.
|
|
|
14
14
|
|
|
15
15
|

|
|
16
16
|
|
|
17
|
-
**Math rendering** (LaTeX source → MathML: PDEs, matrices, display equations)
|
|
17
|
+
**Math rendering — dark** (LaTeX source → MathML: PDEs, matrices, display equations)
|
|
18
18
|
|
|
19
19
|

|
|
20
20
|
|
|
@@ -22,11 +22,11 @@ Status: experimental alpha.
|
|
|
22
22
|
|
|
23
23
|

|
|
24
24
|
|
|
25
|
-
**Mermaid diagrams** (fenced mermaid block → rendered flowchart with theme-aware colors)
|
|
25
|
+
**Mermaid diagrams — dark** (fenced mermaid block → rendered flowchart with theme-aware colors)
|
|
26
26
|
|
|
27
27
|

|
|
28
28
|
|
|
29
|
-
**Code mode — dark** (TypeScript file with language
|
|
29
|
+
**Code mode — dark** (TypeScript file loaded with language auto-detected from extension)
|
|
30
30
|
|
|
31
31
|

|
|
32
32
|
|
|
@@ -34,7 +34,7 @@ Status: experimental alpha.
|
|
|
34
34
|
|
|
35
35
|

|
|
36
36
|
|
|
37
|
-
**
|
|
37
|
+
**Julia fenced code — dark** (token coloring for fenced code blocks inside markdown)
|
|
38
38
|
|
|
39
39
|

|
|
40
40
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|