mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Fixing your YAML Seth :)
This commit is contained in:
parent
0fa6ed490a
commit
fa9635478b
2 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue