1
0
Fork 0

Revert "chore: Linting for markdown and js"

This reverts commit 1c92e0f655.
This commit is contained in:
joostdecock 2021-10-17 18:26:00 +02:00
parent 994874fa72
commit cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions

View file

@ -1,8 +1,7 @@
***
---
title: Drawing the straps
order: 230
----------
---
All we have to do know is flip a bunch of points on the other side,
and create one single path that follows our bib outline.
@ -108,8 +107,8 @@ macro("round", {
<Note>
You can also remove the `render` line completely. More on this in the next section.
You can also remove the `render` line completely. More on this in the next section.
</Note>
With that out of the way, our bib now looks like this:
@ -119,9 +118,10 @@ With that out of the way, our bib now looks like this:
<Note>
We used the `part.attr()` method to style our path? But because the `fabric` class is drawn in black,
it doesn't look much different. We'll use some other classes later that will make its effect more clear.
it doesn't look much different. We'll use some other classes later that will make its effect more clear.
</Note>
It's looking pretty good. But those sharp corners at the bottom don't exactly say *baby* do they?
Let's fix that.