modxcms / revolution

MODX Revolution - Content Management Framework
https://modx.com/
GNU General Public License v2.0
1.36k stars 529 forks source link

Format markdown on "view details" page in the package manager #15329

Open muzzwood opened 3 years ago

muzzwood commented 3 years ago

Feature request

Summary

modx.com has improved the extra submission form and it now generates markdown for package descriptions, instructions etc. The package manager in MODX doesn't parse the markdown and just outputs the text as one big block. This is the same for both MODX 2 and MODX 3.

Here's an extra I just uploaded: Screenshot_2020-11-12 Package Management MODX Revolution

Why is it needed?

Unformatted text is difficult to read and this page especially should be easy to skim when a developer is deciding on which extra to use.

Suggested solution(s)

Parse the markdown so it formats correctly.

Ibochkarev commented 3 years ago

Related https://github.com/modxcms/revolution/issues/15564

alroniks commented 3 years ago

It is should be implemented here https://github.com/modxcms/revolution/pull/13853 but I don't know why it does not work