You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Correct name is inlineTagProcessor so it's the only one without plural "tags" in its name even though its filename is inline-tags.js.
So README.md should be probably updated but it looks like the intended name was really inlineTagsProcessor. But if I change its name in inline-tags.js from inlineTagProcessor to inlineTagsProcessor this would be a breaking change because a lot of other code is already using this name.