Add markdown support to plugins (#2654)
authorKim <1877318+kimsible@users.noreply.github.com>
Mon, 20 Apr 2020 12:51:24 +0000 (14:51 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2020 12:51:24 +0000 (14:51 +0200)
commit8c7725dc3c01a73bf56a48c8b192d144bfdc3ffe
treeb6e64c7589c7a5138116acd65c1515ef28bea5b9
parent2fd59d7d89d1c389446ee67838c821e2622fc8ca
Add markdown support to plugins (#2654)

* Add markdown renderer to plugins

* Chore: add doc for markdown plugins

* Fix typing markdown plugin helpers

* Add lines between components in template

Co-authored-by: kimsible <kimsible@users.noreply.github.com>
client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html
client/src/app/core/plugins/plugin.service.ts
client/src/types/register-client-option.model.ts
shared/models/plugins/register-server-setting.model.ts
support/doc/plugins/guide.md