markdown.inc in Linkit 7.3
Same filename and directory in other branches
File
plugins/linkit_insert/markdown/markdown.incView source
<?php
/**
* @file
* Defines the markdown insert plugin.
*/
$plugin = array(
'name' => t('Markdown'),
'javascript' => drupal_get_path('module', 'linkit') . '/plugins/linkit_insert/markdown/markdown.js',
);