Revert "chore: Linting for markdown and js"
This reverts commit 1c92e0f655
.
This commit is contained in:
parent
994874fa72
commit
cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue