protected static property MarkdownCommands::$versionHashPackages in Markdown 8.2
The supported/default packages that will be hashed.
Type: string[]
Deprecated
in markdown:8.x-2.0 and is removed from markdown:3.0.0. No replacement.
See also
https://www.drupal.org/project/markdown/issues/3103679
File
- src/
Commands/ MarkdownCommands.php, line 37
Class
- MarkdownCommands
- Markdown commands for Drush 9+.
Namespace
Drupal\markdown\CommandsCode
protected static $versionHashPackages = [
'cachethq/emoji',
'erusev/parsedown',
'erusev/parsedown-extra',
'league/commonmark',
'league/commonmark-ext-autolink',
'league/commonmark-ext-external-link',
'league/commonmark-ext-smartpunct',
'league/commonmark-ext-strikethrough',
'league/commonmark-ext-table',
'league/commonmark-ext-task-list',
// Not needed, all releases have a version that is accessible somewhere.
//'michelf/php-markdown',
'rezozero/commonmark-ext-footnotes',
'webuni/commonmark-attributes-extension',
];