Skip to content

Commit 4892a1c

Browse files
committed
Up grunt-wordpress to 0.1.1 and pygmentize to 0.3.0. Add explicit linenos to demo code blocks to track change in pygmentize 0.3.0
1 parent e4d95dc commit 4892a1c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

entries2html.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
<xsl:value-of select="position() - 1"/>
255255
</xsl:attribute>
256256
<h4><xsl:if test="$number-examples &gt; 1">Example: </xsl:if><span class="desc"><xsl:value-of select="desc" /></span></h4>
257-
<pre><code><xsl:choose>
257+
<pre><code data-linenos="true"><xsl:choose>
258258
<xsl:when test="html">&lt;!DOCTYPE html&gt;
259259
&lt;html&gt;
260260
&lt;head&gt;<xsl:if test="css/text()">

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dependencies": {
2424
"grunt": "0.3.x",
2525
"grunt-clean": "0.1.0",
26-
"grunt-wordpress": "0.1.0",
27-
"pygmentize": "0.2.0"
26+
"grunt-wordpress": "0.1.1",
27+
"pygmentize": "0.3.0"
2828
},
2929
"devDependencies": {},
3030
"keywords": []

0 commit comments

Comments
 (0)