Closed (fixed)
Project:
Advanced Help
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2012 at 18:58 UTC
Updated:
11 Apr 2015 at 06:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
helior commented#1649588: Support Input Filters is attempting to achieve a very similar request in a more generic way. I'm reluctant to mark this as a duplicate, however, since it does not yet interpret README.md files as markdown. I'm just commenting here in case this interested you.
Comment #2
Robin Millette commentedI think we can close this issue and I can help will the more general solution.
Just noticed #1556208: Add a hook to allow for different renderings of the README files for the Module Instructions module. I'm going to let them know about this issue.
Comment #3
gisleThe attempt to implement a similar feature in the Module Instructions module (#1556208: Add a hook to allow for different renderings of the README files) is so far not in a shape that is useable.
Comment #4
gisleI really want to see this fixed, but could not use the previous patch. Since markdown files should be named
README.md, we need to discover that as well, and check against xss.The css for
advanced_help codecode made it a synonym foradvanced_help preand a block element. This breaks with the markdown filter and even with the example provided (security.html and history.html) where the code tag is clearly intended to be displayed inline. I've therefore removed the class.The patch should be applied against the current dev snapshot
ee42b700.Please review the attached patch!
Comment #7
gisle