Skip to content

Instantly share code, notes, and snippets.

@ctbarber
Created March 13, 2017 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctbarber/1ae003cd73fe2d3a5462eb6a0b6b4165 to your computer and use it in GitHub Desktop.
Save ctbarber/1ae003cd73fe2d3a5462eb6a0b6b4165 to your computer and use it in GitHub Desktop.
<!-- begin template match for warning callout snippet -->
<xsl:template match="table[@class='snippet-callout-warning']" mode="copy">
<div class="callout warning">
<xsl:apply-templates select="tbody/tr[2]/td[2]/node()" mode="copy"/>
</div>
</xsl:template>
<!-- end template match for warning callout snippet -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment