1
0
Fork 0

feat(markdown): Initial version for v3 tutorial

This commit is contained in:
Joost De Cock 2022-10-11 15:06:54 +02:00
parent 0acbe206c1
commit e5bacbecb7
11 changed files with 499 additions and 239 deletions

View file

@ -156,16 +156,8 @@ function draftBib({
while (points.tipRightBottomStart.x > -1) {
for (const p of rotateThese) points[p] = points[p].rotate(1, points.edgeLeft)
}
/*
* While we're at it,
* let's add a point where
* the closure's snap should go.
*/
points.snapLeft = points.top.shiftFractionTowards(points.edgeTop, 0.5)
// highlight-end
// highlight-start
/*
* This is not needed