Changes

Jump to navigation Jump to search
Test backticks
== Backticks in plain text ==
This is `\very[interesting]{code}`.

This is an escaped \` backtick.

== Backticks in pre tags ==
<pre>
% This is `\very[interesting]{code}`
This is `\very[interesting]{code}`

This is an escaped \` backtick.
</pre>

== Backticks in texcode tags ==
<texcode>
% This is `\very[interesting]{code}`
This is `\very[interesting]{code}`

This is an escaped \` backtick.
</texcode>

== Backticks in context tags ==
<context source=yes>
% This is `\very[interesting]{code}`
This is `very interesting code`.

This is an escaped \` backtick.
</context>

Navigation menu