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,8 +32,9 @@ function draftBib({ part }) {
export const bib = {
name: 'tutorial.bib',
draft: draftBib,
// Add this line:
// highlight-start
measurements: ['head'],
// highlight-end
}
```