to-gfm-code-block

WebJar for to-gfm-code-block

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

to-gfm-code-block
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

to-gfm-code-block
WebJar for to-gfm-code-block
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jonschlinkert/to-gfm-code-block

Download to-gfm-code-block

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/to-gfm-code-block/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>to-gfm-code-block</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/to-gfm-code-block/
implementation 'org.webjars.npm:to-gfm-code-block:0.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/to-gfm-code-block/
implementation ("org.webjars.npm:to-gfm-code-block:0.1.1")
'org.webjars.npm:to-gfm-code-block:jar:0.1.1'
<dependency org="org.webjars.npm" name="to-gfm-code-block" rev="0.1.1">
  <artifact name="to-gfm-code-block" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='to-gfm-code-block', version='0.1.1')
)
libraryDependencies += "org.webjars.npm" % "to-gfm-code-block" % "0.1.1"
[org.webjars.npm/to-gfm-code-block "0.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

to-gfm-code-block NPM version Build Status

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

Install with npm

npm i to-gfm-code-block --save

Usage

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

Results in:

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

Related projects

  • markdown-utils: Micro-utils for creating markdown snippets.
  • remarkable: Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in… more

Running tests

Install dev dependencies:

npm i -d && npm test

Contributing

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

Author

Jon Schlinkert

License

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


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

Versions

Version
0.1.1