d2/e2etests/testdata/files/grid_with_latex.d2

28 lines
291 B
Text
Raw Normal View History

2023-06-08 18:23:10 +00:00
x: {
grid-columns: 2
a.width: 50
a.height: 72
b.width: 50
b.height: 30
}
y: {
grid-columns: 2
a.width: 50
a.height: 73
b.width: 50
b.height: 30
}
z: {
grid-columns: 2
lim: |latex
2024-11-24 21:01:04 +00:00
\lim_{h \rightarrow 0 } \frac{f(x+h)-f(x)}{h}
2023-06-08 18:23:10 +00:00
|
add: |latex
1 + 1
|
}