ci: fix code style linting errors
This commit is contained in:
committed by
GitHub Actions
parent
c315935bf9
commit
9caee8bef6
@@ -29,9 +29,9 @@ export default function (
|
||||
const attrs = getAttributes instanceof Function
|
||||
? getAttributes(match)
|
||||
: getAttributes
|
||||
|
||||
|
||||
if (!attrs) {
|
||||
continue;
|
||||
continue
|
||||
}
|
||||
|
||||
// adding text before markdown to nodes
|
||||
|
||||
Reference in New Issue
Block a user