Unverified Commit 495f1f20 authored by Tiefseemonster's avatar Tiefseemonster Committed by GitHub

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

parent 89179f78
......@@ -14,7 +14,7 @@ const renderer = (rawStr: string): string => {
};
export default {
name: "ordered list",
name: "paragraph",
regex: PARAGRAPH_REG,
renderer,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment