Skip to content

Instantly share code, notes, and snippets.

@kijuky
Last active March 23, 2016 16:12
Show Gist options
  • Save kijuky/09ba8d825624a801c2bf to your computer and use it in GitHub Desktop.
Save kijuky/09ba8d825624a801c2bf to your computer and use it in GitHub Desktop.
pandocでjquerymoblie
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
$ pandoc -T test -H jquerymobile.head.html test.md -o test.html -t html5
$ open test.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment