SkillAgentSearch skills...

Roaster

Turns a raw and crunchy Markdown file into nice and smooth output

Install / Use

/learn @gjtorikian/Roaster
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Asynchronously convert a Markdown file into HTML. WOW!

You can specify either the contents of a file, or, the path to a file to read.

Usage

var roaster = require("roaster");
var fs = require("fs");
var options = {}

roaster("./markdown.md", options, function(err, contents) {
	fs.writeFileSync("./markdown.html", contents, "utf8");
});

Options

The second parameter, options, is optional. Any options defined here are passed to the dependent libraries for use in their own systems.

If you pass options.isFile, the first parameter is assumed to be a file path. By default, this is false, which means that the first parameter is an actual string of Markdown.

Libraries used

View on GitHub
GitHub Stars31
CategoryDevelopment
Updated6mo ago
Forks14

Languages

CoffeeScript

Security Score

82/100

Audited on Sep 17, 2025

No findings