text optional default empty stringThe string to escape. Every apostrophe in it becomes a backslash followed by the apostrophe, and every backslash becomes two backslashes; all other characters pass through unchanged. The surrounding single quotes are not added for you - quote escapes the content that goes between them.
{quote:C#:\Users}
{quote:it's a \ run}
'name' => '{quote:D'Angelo}'
[{quote:}]
{quote:O'Brien}
{quote:a'b'c}
{quote:plain text}