I want to add a build system for markdown, so that I can write a document and convert it to html by pressing CTRL+B. But I can’t quite figure out how to do it. Here’s what I’ve tried so far:
- I installed raspberry perl and set the PATH.
- I copied Markdown.pl to the bin folder of my perl installation.
- I managed to convert a Markdown file from the command prompt.
I can’t quite figure out how to create the build file for Sublime Text 3. I tried making one, but I get an error for file not found. I keep thinking that there must be an existing build file for this task, but I can’t seem to find that either.