# File lib/rd/rd2html-lib.rb, line 461
def
hyphen_escape
(
str
)
str
.
gsub
(
/--/
,
"­­"
)
end