Difference between revisions of "User:Esteis/BacktickCode"

From Wiki
Jump to navigation Jump to search
m (moved User:Esteis/Backticks to User:Esteis/BacktickCode: The page tests extensions BacktickCode, ergo...)
m (Add testcase: context tags with attributes)
Line 20: Line 20:
 
</texcode>
 
</texcode>
  
== Backticks in context tags ==
+
== Backticks in plain context tags ==
 +
<context>
 +
% This is `\very[interesting]{code}`
 +
This is `very interesting code`.
 +
 
 +
This is an escaped \` backtick.
 +
</context>
 +
 
 +
== Backticks in context tags with attributes ==
 
<context source=yes>
 
<context source=yes>
 
% This is `\very[interesting]{code}`
 
% This is `\very[interesting]{code}`

Revision as of 22:17, 30 May 2013

Backticks in plain text

This is \very[interesting]{code}.

This is an escaped ` backtick.

Backticks in pre tags

% This is `\very[interesting]{code}`
This is `\very[interesting]{code}`

This is an escaped \` backtick.

Backticks in texcode tags

% This is `\very[interesting]{code}`
This is `\very[interesting]{code}`

This is an escaped \` backtick.

Backticks in plain context tags

Backticks in context tags with attributes

% This is `\very[interesting]{code}`
This is `very interesting code`.

This is an escaped \` backtick.