---
title: "'first-line' demo"
versions: 1.5 2.0 3.0
encoding: utf-8
filter:
  - erb
  - maruku
---
### Source

<pre class="brush: xml">
&lt;pre class="brush: plain; first-line: 10">
	this is now tenth line,
	and this is eleventh!
&lt;/pre>
</pre> 

### Result

<pre class="brush: plain; first-line: 10">
	this is now tenth line,
	and this is eleventh!
</pre> 

<%= render(:partial => "/SyntaxHighlighter/partials/demo") %> 

