fix(markdown): Remove unused list attribute from ReadMore tags
This commit is contained in:
parent
06e10485d3
commit
83ae88c5d5
30 changed files with 30 additions and 30 deletions
|
@ -4,4 +4,4 @@ title: Pattern design best practices
|
|||
|
||||
Here is a list of best practices when designing patterns:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -7,4 +7,4 @@ Community leaders will follow these Community Impact Guidelines
|
|||
in determining the consequences for any action they deem
|
||||
in violation of FreeSewing's Code of Conduct:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -11,7 +11,7 @@ or anywhere where you want rich text while using a plain text editor.
|
|||
|
||||
In this guide, we'll look at the following topics:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
||||
This will be enough to get you started. If you'd like to learn more,
|
||||
visit [markdownguide.org](https://www.markdownguide.org/).
|
||||
|
|
|
@ -20,4 +20,4 @@ this guide is for you.
|
|||
|
||||
We'll cover the following topics:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -9,7 +9,7 @@ but doesn't have to be complicated once you understand a few basic building bloc
|
|||
Understanding the concepts that are involved in designing sewing patterns in code will pay dividends later.
|
||||
That is why we recommend you familiarize yourself with the following topics:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
||||
<Note>
|
||||
|
||||
|
|
|
@ -4,4 +4,4 @@ title: Common code challenges
|
|||
|
||||
Below is a list of examples of how to implement common tasks in code:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -4,4 +4,4 @@ title: Common design challenges
|
|||
|
||||
Below is a list of examples of how to implement common design challenges in code:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -4,4 +4,4 @@ title: Common tasks for editors
|
|||
|
||||
Below is a list of commons tasks for editors
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -19,4 +19,4 @@ order: 20
|
|||
---
|
||||
```
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -7,4 +7,4 @@ It is used extensively on freesewing.org and freesewing.dev alike.
|
|||
|
||||
Here's what you need to know:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
title: Technical writing
|
||||
---
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -15,7 +15,7 @@ The Attributes constructor takes no arguments.
|
|||
## Methods
|
||||
An Attributes object exposes the following methods:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
||||
## Notes
|
||||
|
||||
|
|
|
@ -12,5 +12,5 @@ they are documented here to facilitate development of plugins.
|
|||
|
||||
## Defs methods
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
||||
|
|
|
@ -47,4 +47,4 @@ for information about custom Attributes that can be used with Paths.
|
|||
|
||||
A Path object exposes the following methods:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -82,4 +82,4 @@ It just so happens that in most cases, there will be only one settings object in
|
|||
|
||||
## Pattern methods
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -45,4 +45,4 @@ for information about custom Attributes that can be used with Points.
|
|||
|
||||
A Point object exposes the following methods:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -51,4 +51,4 @@ for information about custom Attributes that can be used with Snippets.
|
|||
|
||||
A Snippet object exposes the following methods:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -39,4 +39,4 @@ Stack objects come with the following properties:
|
|||
|
||||
A Stack object exposes the following methods:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -12,4 +12,4 @@ want to develop a plugin, or use a custom layout.
|
|||
|
||||
## Svg methods & properties
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -7,4 +7,4 @@ facilitate parametric design.
|
|||
|
||||
The following functions are provided by the `utils` object:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -14,6 +14,6 @@ receive two parameters:
|
|||
|
||||
Below is a list of all available lifecycle hooks:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
||||
|
||||
|
|
|
@ -74,5 +74,5 @@ Below is a list of macros from [the plugins we maintain](/reference/plugins).
|
|||
We use camelCase here, but macro names are case-insensitive
|
||||
</Note>
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ Object settings = {
|
|||
|
||||
Below is a complete list of all supported properties in a settings object:
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
||||
## Notes
|
||||
|
||||
|
|
|
@ -26,4 +26,4 @@ for information about custom Attributes that can be used with Snippets.
|
|||
|
||||
Below are all the different snippets we maintain.
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -23,5 +23,5 @@ as second parameter a single configuration object for the method.
|
|||
|
||||
## Store methods we maintain
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ order: zaa
|
|||
You can find a list of all FreeSewing tutorials below:
|
||||
|
||||
## Main sections
|
||||
<ReadMore />
|
||||
<ReadMore />
|
||||
|
||||
<Related>
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
title: About FreeSewing
|
||||
---
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
title: FreeSewing Designs
|
||||
---
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
title: Measurements we use
|
||||
---
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
title: Sewing Terminology
|
||||
---
|
||||
|
||||
<ReadMore list />
|
||||
<ReadMore />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue