add references/licenses

This commit is contained in:
Dennis Eichhorn 2023-09-21 22:52:21 +00:00
parent dfd81edcc3
commit b6b9dd39b9

View File

@ -19,8 +19,12 @@ use phpOMS\Uri\UriFactory;
* Markdown parser class.
*
* @package phpOMS\Utils\Parser\Markdown
* @license Original license Emanuil Rusev, erusev.com (MIT)
* @license Original & extra license Emanuil Rusev, erusev.com (MIT)
* @license Extended license Benjamin Hoegh (MIT)
* @link https://jingga.app
* @see https://github.com/erusev/parsedown
* @see https://github.com/erusev/parsedown-extra
* @see https://github.com/BenjaminHoegh/ParsedownExtended
* @since 1.0.0
*/
class Markdown