6b639f147d
* Fix tty_ify bugs and refactor
* Move tty_ify() and supporting attributes to the DocCLI class as that's
the only thing using it.
* Add unittest for the code.
* Fix a bug where the substitution macros can be detected when they are
a part of another word.
* Add support for L(), R(), and HORIZONTALLINE which were added to the
website docs many years ago.
* Update test/units/cli/test_doc.py
Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Matt Clay <matt@mystile.com>
(cherry picked from commit fb144c4
)
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
7 lines
441 B
YAML
7 lines
441 B
YAML
minor_changes:
|
|
- ansible-doc will now format, ``L()``, ``R()``, and ``HORIZONTALLINE`` in
|
|
plugin docs just as the website docs do. https://github.com/ansible/ansible/pull/71070
|
|
- Fixed ansible-doc to not substitute for words followed by parenthesis. For
|
|
instance, ``IBM(International Business Machines)`` will no longer be
|
|
substituted with a link to a non-existent module.
|
|
https://github.com/ansible/ansible/pull/71070
|