asciidoc attribute string can't convert to document.
my code below:
:source: ~sub~script phrase | S~2~ + S~3~ = S~4~
[source,asciidoc,subs="attributes"]
.source code
----
{source}
----
.result
====
{source}
~sub~script phrase | S~2~ + S~3~ = S~4~
====
expect: the attribute string will convert to mathematical formula
actual: still original string
when i set source in my doc head, i can't preview the attribute converted doc, but can see origin source converted doc.
result below:
so how can i convert my attribute {source} to mathematical formula.

finally, resolved the problem by using code below:
and result below: