docs: add link to the ParseRule properties, see #1860

This commit is contained in:
Hans Pagel 2021-09-16 22:07:35 +02:00
parent 106a9345ca
commit 727e09fc72

View File

@ -339,7 +339,7 @@ addAttributes() {
},
```
Read more about `getAttrs` in the [ProseMirror reference](https://prosemirror.net/docs/ref/#model.ParseRule.getAttrs).
Read more about `getAttrs` and all other `ParseRule` properties in the [ProseMirror reference](https://prosemirror.net/docs/ref/#model.ParseRule).
### Commands
```js