# File lib/maruku/string_utils.rb, line 84
def
sanitize_ref_id
(
s
)
s
.
downcase
.
gsub
(
/\s+/
,
' '
)
end