We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d95dc commit 4892a1cCopy full SHA for 4892a1c
2 files changed
entries2html.xsl
@@ -254,7 +254,7 @@
254
<xsl:value-of select="position() - 1"/>
255
</xsl:attribute>
256
<h4><xsl:if test="$number-examples > 1">Example: </xsl:if><span class="desc"><xsl:value-of select="desc" /></span></h4>
257
- <pre><code><xsl:choose>
+ <pre><code data-linenos="true"><xsl:choose>
258
<xsl:when test="html"><!DOCTYPE html>
259
<html>
260
<head><xsl:if test="css/text()">
package.json
@@ -23,8 +23,8 @@
23
"dependencies": {
24
"grunt": "0.3.x",
25
"grunt-clean": "0.1.0",
26
- "grunt-wordpress": "0.1.0",
27
- "pygmentize": "0.2.0"
+ "grunt-wordpress": "0.1.1",
+ "pygmentize": "0.3.0"
28
},
29
"devDependencies": {},
30
"keywords": []
0 commit comments