# File lib/hikidoc.rb, line 758
def
escape_quote
(
text
)
text
.
gsub
(
/"/
,
"""
)
end