1
0
Fork 0

wip(markdown): Work on tutorial

This commit is contained in:
Joost De Cock 2022-10-11 01:37:09 +02:00
parent 5ece45bcb6
commit 56576ede45
18 changed files with 1321 additions and 531 deletions

View file

@ -32,10 +32,11 @@ export const bib = {
name: 'tutorial.bib',
draft: draftBib,
measurements: ['head'],
// Add these 3 lines:
// highlight-start
options: {
neckRatio: { pct: 80, min: 70, max: 90, menu: 'fit' },
},
// highlight-end
}
```