Difference between revisions of "User:Esteis/BacktickCode"

From Wiki
Jump to navigation Jump to search
m (Add testcase: context tags with attributes)
m (Improve section titles)
 
Line 1: Line 1:
== Backticks in plain text ==
+
== Plain text ==
 
This is `\very[interesting]{code}`.
 
This is `\very[interesting]{code}`.
  
 
This is an escaped \` backtick.
 
This is an escaped \` backtick.
  
== Backticks in pre tags ==
+
== Pre tags ==
 
<pre>
 
<pre>
 
% This is `\very[interesting]{code}`
 
% This is `\very[interesting]{code}`
Line 12: Line 12:
 
</pre>
 
</pre>
  
== Backticks in texcode tags ==
+
== Texcode tags ==
 
<texcode>
 
<texcode>
 
% This is `\very[interesting]{code}`
 
% This is `\very[interesting]{code}`
Line 20: Line 20:
 
</texcode>
 
</texcode>
  
== Backticks in plain context tags ==
+
== Context tags with no attributes ==
 
<context>
 
<context>
 
% This is `\very[interesting]{code}`
 
% This is `\very[interesting]{code}`
Line 28: Line 28:
 
</context>
 
</context>
  
== Backticks in context tags with attributes ==
+
== Context tags with attributes ==
 
<context source=yes>
 
<context source=yes>
 
% This is `\very[interesting]{code}`
 
% This is `\very[interesting]{code}`

Latest revision as of 22:19, 30 May 2013

Plain text

This is \very[interesting]{code}.

This is an escaped ` backtick.

Pre tags

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

This is an escaped \` backtick.

Texcode tags

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

This is an escaped \` backtick.

Context tags with no attributes

Context tags with attributes

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

This is an escaped \` backtick.