A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jonschlinkert/to-gfm-code-block below:

jonschlinkert/to-gfm-code-block: Generate a github-flavored-markdown fenced-code-block snippet.

Generate a github-flavored-markdown fenced-code-block snippet.

Install with npm

npm i to-gfm-code-block --save
var mdpre = require('to-gfm-code-block');
mdpre('var foo = bar;', 'js');

Results in:

```js
var foo = bar;
```

Install dev dependencies:

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Jon Schlinkert

Copyright (c) 2015 Jon Schlinkert Released under the MIT license.

This file was generated by verb-cli on May 14, 2015.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4