feat(markdown): Initial version for v3 tutorial
This commit is contained in:
parent
0acbe206c1
commit
e5bacbecb7
11 changed files with 499 additions and 239 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue