Changeset 268
- Timestamp:
- 03/15/2008 06:40:19 (8 months ago)
- Files:
-
- 1 modified
-
branches/superredcloth/test/code.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/superredcloth/test/code.yml
r267 r268 31 31 " 32 32 html: "<pre><code>Math fact: 3 &lt; 5 &amp; 5 &gt; 3 but &pound;5 &#62; $5.</code></pre>" 33 ---34 name: nested pre tags35 in: |-36 <pre>37 <code>38 Properly escaped here.39 40 <pre>41 a = 142 </pre>43 44 Still in the pre.45 </code>46 </pre>47 html: |-48 <pre>49 <code>50 Properly escaped here.51 52 <pre>53 a = 154 </pre>55 56 Still in the pre.57 </code>58 </pre>59 33 --- 60 34 name: no formatting within pre