
ojob ojob.io/formats/toHTML file=result.html nobrowser=true path=my.results[0] nofull=true Given a "__pm" input from another job will return an HTML representation of it
| Name | Description | 
|---|---|
| file | Where the HTML representation should be saved to | 
| nobrowser | If "file" is not provided and nobrowser=true the html will just be output without trying to open the browser (defaults to false) | 
| path | Filters the provided "__pm" input to a json path (using OpenAF's $$.get) | 
| nofull | If "nofull=true" the html produced will be a map divided into css (with the style content) and out (with the body content) |