fix formatting again

This commit is contained in:
Tom Preston-Werner 2008-12-14 15:09:58 -08:00
parent 8bea61eb14
commit 7716e64e22
1 changed files with 7 additions and 5 deletions

View File

@ -202,7 +202,9 @@ data that is sent to the Liquid templating engine during the conversion. For
instance, if you set a <code>title</code>, you can use that in your layout to
set the page title:
&lt;title&gt;{{ page.title }}&lt;/title&gt;
<pre>
<title>{{ page.title }}</title>
</pre>
h2. Filters, Tags, and Blocks