Quick Example


$ # Download the install.sh for explainer

$ # run the installer  -  installs to $HOME/bin/explainer 
$ ./install.sh 

$ # create a working directory
$ mkdir -p ~/cow/input && cd ~/cow 

$ # create some content
$ echo ' [ :html "<h1>Goose</h1>" ] ' > input/doc.edn 

$ # view it
$ explainer && google-chrome docs/index.html

Another Simple Example

Place this file in input/index.edn

[ 
      ;; chunk type   chunk-data
      :html          "<h1>Hi Ho</h1>Boffin for Something"  
]

The run 'explainer' then browse to 'http://localhost:3000'