to-gfm-code-block

WebJar for to-gfm-code-block

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

to-gfm-code-block
Последняя версия

Последняя версия

0.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

to-gfm-code-block
WebJar for to-gfm-code-block
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать to-gfm-code-block

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.1.1