aaa
Last active
March 23, 2016 16:12
-
-
Save kijuky/09ba8d825624a801c2bf to your computer and use it in GitHub Desktop.
pandocでjquerymoblie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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