Skip to content

Instantly share code, notes, and snippets.

@dasch
Created June 17, 2011 14:51
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 dasch/1031569 to your computer and use it in GitHub Desktop.
Save dasch/1031569 to your computer and use it in GitHub Desktop.
Combining Markdown and XSLT

This is a test

Something very important!

  • Foo is good
  • Bar is better
  • Baz is the best!

This is a custom tag!.

INPUT=input.markdown
OUTPUT=output.html
XSLT=cat -
$(OUTPUT): $(INPUT)
markdown $(INPUT) | $(XSLT) > $(OUTPUT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment