You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use a macros inside the file or code tag, but it does not work.
Here is my macros DC:
dc(){ bash... }; dc "%1"
If i just write #@DC~data~@# it will work, but if i wrap it with code tag like this:
<code bash>
#@DC~data~@#
</code>
i see #@DC~data~@# as is.
And i tried already put html tags to DC_HTML to simulate the code tag (<pre></pre>). But i think this is a bad idea and syntax highlighting is not working with this.
So, how can i achieve this?
The text was updated successfully, but these errors were encountered:
I want to use a macros inside the
file
orcode
tag, but it does not work.Here is my macros DC:
If i just write
#@DC~data~@#
it will work, but if i wrap it withcode
tag like this:i see
#@DC~data~@#
as is.And i tried already put html tags to DC_HTML to simulate the
code
tag (<pre></pre>
). But i think this is a bad idea and syntax highlighting is not working with this.So, how can i achieve this?
The text was updated successfully, but these errors were encountered: