You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/hacking/templates
Dale Sedivec 7681b1ce68 Improve Markdown (and other) module doc output
- 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.
11 years ago
..
html.j2 module_formatter in hacking/ 12 years ago
js.j2 Unified document generator and make to generate JSON and JS files 12 years ago
latex.j2 DOCUMENTATION: LaTeX template is back 12 years ago
man.j2 Add support for additional EXAMPLES string in Ansible modules 12 years ago
markdown.j2 Improve Markdown (and other) module doc output 11 years ago
rst.j2 Show 'yes' and 'no' in choices on docs page. 11 years ago