When I commit a Readme.md that was generated with org-mode, there is quite a bit of HTML embedded.
The Renderer in Diffusion does not seem to support this, and displays the raw HTML code.
Is there a way to change that?
When I commit a Readme.md that was generated with org-mode, there is quite a bit of HTML embedded.
The Renderer in Diffusion does not seem to support this, and displays the raw HTML code.
Is there a way to change that?
There's no way to do this. It would allow anyone with commit access to XSS other users and take over their accounts.
Would stripping the tags from the md file during rendering be a solution? It would be sufficient here...