eventum/commonmark-extension-linktitle

Markdown LinkTitle Extension for Eventum

0.1.1 2021-12-12 18:51 UTC

This package is auto-updated.

Last update: 2024-04-15 03:24:43 UTC


README

This package provides Markdown extension that adds html title attribute to external links.

Currently supported is issue titles for GitLab issue links.

Setup

  1. Checkout this repository
  2. Setup composer dependencies: composer install --no-dev
  3. Register the extension: /path/to/eventum/bin/console.php eventum:extension:enable /path/to/src/EventumExtension.php "Eventum\Extension\CommonMarkLinkTitle\EventumExtension"
  4. Configure gitlab.url and gitlab.api_token values under extension.commonmark-linktitle in /path/to/eventum/config/setup.php