mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixing your YAML Seth :)
This commit is contained in:
@@ -63,7 +63,7 @@ def latex_ify(text):
|
||||
|
||||
def html_ify(text):
|
||||
|
||||
# print "DEBUG: text=%s" % text
|
||||
#print "DEBUG: text=%s" % text
|
||||
|
||||
t = cgi.escape(text)
|
||||
t = _ITALIC.sub("<em>" + r"\1" + "</em>", t)
|
||||
|
||||
Reference in New Issue
Block a user