chore: fix name field in paragraph parser obj (#564)

This commit is contained in:
Tiefseemonster 2022-11-25 02:47:17 +01:00 committed by GitHub
parent 89179f78c2
commit 495f1f2041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ const renderer = (rawStr: string): string => {
};
export default {
name: "ordered list",
name: "paragraph",
regex: PARAGRAPH_REG,
renderer,
};