If for any reason you would like to "protect" some of the Articles Anywhere syntax from being converted (such as certain tags), you can do so by wrapping it with {ignore}...{/ignore}
tags.
This allows you for example to output the word [title]
as it is, without being converted in the actual title of the article:
{article}
{ignore}[title]{/ignore} => [title]
{/article}
[title] => My Article Title