Pandoc custom writer for generating Goalscape Project files (.gsp)
- Install Pandoc (v1.13 or later).
- git clone --recursive https://github.com/bumper314/pandoc-goalscape.git
- cd pandoc-goalscape
# Title
## Subgoal 1
This text will appear in the **Notes** tab, which supports:
- *simple* styling
- [links](http://pandoc.org)
- and flat lists
## Subgoal 2
## Subgoal 3
Convert the Markdown file example1.md
to a Goalscape Project file example1.gsp
using the command:
pandoc -t goalscape.lua --template default.goalscape --filter ./pandoc-filter-goalscape.php examples/example1.md > examples/example1.gsp
The result in Goalscape: