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
Add PucReadmeParser class for parsing plugin readme files
This commit introduces the PucReadmeParser class, which is a modified version of the WordPress Plugin Readme Parser. It utilizes Parsedown for Markdown parsing and includes methods for extracting various metadata from readme files, such as plugin name, description, requirements, tags, contributors, and more. The class also handles sanitization and filtering of text to ensure safe output.