1
0
Fork 0

Merge pull request #5930 from BenJamesBen/readmore-remove-list-attribute

fix(markdown): Remove unused list attribute from ReadMore tags
This commit is contained in:
Joost De Cock 2024-01-30 19:11:34 +01:00 committed by GitHub
commit 1b2605c274
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 30 additions and 30 deletions

View file

@ -15,7 +15,7 @@ The Attributes constructor takes no arguments.
## Methods
An Attributes object exposes the following methods:
<ReadMore list />
<ReadMore />
## Notes

View file

@ -12,5 +12,5 @@ they are documented here to facilitate development of plugins.
## Defs methods
<ReadMore list />
<ReadMore />

View file

@ -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 />

View file

@ -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 />

View file

@ -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 />

View file

@ -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 />

View file

@ -39,4 +39,4 @@ Stack objects come with the following properties:
A Stack object exposes the following methods:
<ReadMore list />
<ReadMore />

View file

@ -12,4 +12,4 @@ want to develop a plugin, or use a custom layout.
## Svg methods & properties
<ReadMore list />
<ReadMore />

View file

@ -7,4 +7,4 @@ facilitate parametric design.
The following functions are provided by the `utils` object:
<ReadMore list />
<ReadMore />