\{tip ([^\}]+)::([^\}]+)\}
{tip title="\1" content="\2"}
\{tip ([^\}"]+)\}
{tip content="\1"}
{tip title="title" content="This is a \"word\" that someone uses"}
(\{tip title="[^"]+" content="[^\}]*?[^\\\}])("[^\}]*"\})
\1\\\2
\{tip ([^\}]+)\}
{tip content="\1"}
(\{tip content="[^\}]*?[^\\\}])("[^\}]*"\})
\1\\\2
\{tip content="([^\}]*?)::([^\}]*)"\}
{tip title="\1" content="\2"}