Ticket #13835 (new Feature Request)
Add better rst support to plone.org project pages
Reported by: | keul | Owned by: | plone-website@… |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Website | Version: | |
Keywords: | Cc: | keul |
Description
The discussion started from here: https://github.com/collective/Products.DataGridField/pull/10#discussion-diff-8865949R147
In two words: rst format supports a very useful directive that is .. code-block:: xxx where "xxx" can be "python", "xml", ...
Both the Cheeseshop and GitHub (and also tools like jarn.viewdoc or zest.releaser) fully supports that directive, but not plone.org pages (where you get some ugly warning).
The main issue with this is the lack on pygments package, but I don't know if other fixes are needed to Plone core or Plone Software Center for make this working.
So: the feature request is let's make plone.org fully support this rst directive, that is very useful.