Merge pull request #5930 from BenJamesBen/readmore-remove-list-attribute
fix(markdown): Remove unused list attribute from ReadMore tags
This commit is contained in:
commit
1b2605c274
30 changed files with 30 additions and 30 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue