Loading...
 
Skip to main content

PluginMarkdown

For Tiki 20.
To support Markdown syntax in Tiki.

Who

Developers

Tiki Integration

First basic implementation done by luci using the CommonMark flavor PHP lib as a wiki-plugin. The lib was added to vendor_bundled/ via Composer.

Development notes

The use League\CommonMark\CommonMarkConverter; must be put before the wikiplugin function, not inside:

Copy to clipboard
use League\CommonMark\CommonMarkConverter; function wikiplugin_markdown($data, $params) { ... }

Ideas

  • ...

ToDo

Bugs and Wishes

Open

Pending

No results for query.

Closed

Show PHP error messages