Skip to content

Instantly share code, notes, and snippets.

@PLTGit
PLTGit / docx_to_markdown.xslt
Created May 12, 2016 16:58
Super Rudimentary DOCX -> Markdown XSL Template - not full featured, and very MSWord specific
<?xml version="1.0"?>
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
>
<xsl:output method="text"/>
<xsl:template match="//w:p">