imatic-it/imatic-formatting

Installs: 392

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 1

Open Issues: 1

Language:CSS

Type:mantisbt-plugin

v0.0.5 2021-01-08 07:49 UTC

This package is auto-updated.

Last update: 2024-03-23 14:38:16 UTC


README

License: GPL-2.0-or-later

Imatic formatting

Purpose

Converts markdown into html.

Installation

composer config --unset platform.php
composer require imatic-it/imatic-formatting

Code highlighting

Following url was used to fetch code highlighting code: https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+bash+clojure+markup-templating+php+sql

It can be disabled with:

$g_plugin_ImaticFormatting_include_prism = false;