gitextract_utg7yo0b/ ├── .github/ │ └── workflows/ │ ├── auto-release.yml │ └── pr-check.yml ├── .gitignore ├── LICENSE.md ├── MarkdownParse.php ├── Plugin.php ├── README.md ├── composer.json ├── phpunit.xml.dist ├── renovate.json └── tests/ ├── Support/ │ ├── Fixtures.php │ └── ResetSingletonsTrait.php ├── Unit/ │ ├── BootstrapSanityTest.php │ ├── MarkdownParseTest.php │ ├── PluginRequireTest.php │ ├── PluginTest.php │ ├── SmokeTest.php │ └── Support/ │ └── FixturesTest.php ├── bootstrap.php ├── docker-compose.yml └── fixtures/ ├── .gitkeep ├── mathjax-mixed.md ├── mermaid-flowchart.md └── toc-multi-level.md