- Installed latest version via `npm install --save-dev grunt-karam` => v2.0.0 - `grunt.log.subhead('Foobar')` prints out `Foobar` as bold with a newline above it - Loaded the `grunt-karma` task in my Gruntfile via `grunt.loadNpmTasks('grunt-karma');` - `grunt.log.subhead('Foobar')` prints the newline, but no text appears (just a blank line instead)