On 03/16/2013 09:23 PM, Ward Harold wrote:
James, thanks for the note on your workflow. I'd like to stick with
the ./dev mechanism as much as possible.
You're welcomed, and sure whatever works best for you. :-)
After a little trial and error with the github.com <http://github.com>
API I came up with the following curl command which renders markdown
for me:
curl --location --request POST --data-binary
@<file-to-be-rendered>.md --header "Content-Type: text/plain"
https://api.github.com/markdown/raw > <file-to-be-rendered>.html
Point a browser at the resulting .html file and see if it looks like
it should. Done.
That's a neat tip, thanks for sharing!
Regards,
James T.
_______________________________________________
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/