mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix up some module docs formatting errors.
This commit is contained in:
@@ -63,6 +63,8 @@ def latex_ify(text):
|
||||
|
||||
def html_ify(text):
|
||||
|
||||
# print "DEBUG: text=%s" % text
|
||||
|
||||
t = cgi.escape(text)
|
||||
t = _ITALIC.sub("<em>" + r"\1" + "</em>", t)
|
||||
t = _BOLD.sub("<b>" + r"\1" + "</b>", t)
|
||||
|
||||
Reference in New Issue
Block a user