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,16 +1,15 @@
***
---
title: "Store"
components: true
order: 70
---------
---
The **Store** object holds a simple key/value store with
methods for storing and retrieving information.\
The **Store** object holds a simple key/value store with
methods for storing and retrieving information.
A single store per pattern is shared by all pattern parts.
A store is typically used to share information between parts. For example
the length of the neck opening in one part can be used to calculate the
the length of the neck opening in one part can be used to calculate the
length for the collar in another part.
The `Store` object exposes the following methods: