| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| templates | ||
| README.md | ||
| authors.sh | ||
| env-setup | ||
| module_formatter.py | ||
| test-module |
- The html_ify filter now escapes HTML found in module documentation.
THIS COULD AFFECT MORE THAN JUST MARKDOWN but I didn't see any modules
expecting to use e.g. HTML entities or HTML tags in their
documentation.
- The markdown_ify filter (used as jpfunc in markdown.j2) escapes at
least a few Markdown in-line formatting characters.
- Improvements to markdown.j2:
- Call jpfunc on the module name heading so that it gets escaped for
Markdown (e.g. my_module_name becomes my\_module\_name).
- Added paragraph breaks between paragraphs in the description.
- Added examples heading, which is consistent with the notes heading
below it.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| templates | Loading commit data... | |
| README.md | Loading commit data... | |
| authors.sh | Loading commit data... | |
| env-setup | Loading commit data... | |
| module_formatter.py | Loading commit data... | |
| test-module | Loading commit data... |