We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd64b9d commit e3024bbCopy full SHA for e3024bb
2 files changed
docs/examples/02_curved_slicing.md
@@ -21,7 +21,7 @@ Traditional planar slicing creates horizontal layers. For curved surfaces like s
21
22
**Curved slicing** generates toolpaths that follow the surface curvature:
23
24
-```
+```text
25
Planar slicing: Curved slicing:
26
___________ _________
27
|___________| / \
docs/stylesheets/extra.css
@@ -11,6 +11,12 @@
11
font-size: 0.85em;
12
}
13
14
+/* Preserve whitespace in code blocks for ASCII art */
15
+.md-typeset pre code {
16
+ white-space: pre;
17
+ font-family: 'JetBrains Mono', 'Courier New', monospace;
18
+}
19
+
20
/* API docs styling */
.doc-heading {
font-weight: 600;
0 commit comments