We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a1fa7 commit 9df68e7Copy full SHA for 9df68e7
config.yaml
@@ -13,10 +13,27 @@ params:
13
colorScheme: auto # can be auto (browser setting), light, or dark
14
images:
15
- /images/logo.svg
16
+ math: true
17
navColor: blue
18
font:
19
name: "Lato"
20
sizes: [400, 900]
21
plausible:
22
dataDomain: null
23
javaScript: "https://views.scientific-python.org/js/script.js"
24
+
25
+# Math equations.
26
+markup:
27
+ goldmark:
28
+ extensions:
29
+ passthrough:
30
+ delimiters:
31
+ block:
32
+ - - \[
33
+ - \]
34
+ - - $$
35
+ - $$
36
+ inline:
37
+ - - \(
38
+ - \)
39
+ enable: true
0 commit comments