voc

WebJar for voc

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

voc
WebJar for voc
Ссылка на сайт

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

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

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

https://github.com/SheetJS/voc

Скачать voc

Имя Файла Размер
voc-1.1.0.pom
voc-1.1.0.jar 15 KB
voc-1.1.0-sources.jar 22 bytes
voc-1.1.0-javadoc.jar 22 bytes
Обзор

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

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

Зависимости

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

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

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

Very Ornate Code

So Literate Coffeescript is a cool idea, but why isn't there a standard JS or compile-to-JS version? JS Programmers want some love too! This is my effort to rectify this inequity.

How to use this

To use in-browser, include the marked source (and optionally the coffee-script source if desired):

<script src="https://raw.github.com/chjj/marked/master/lib/marked.js"></script>
<script src="http://coffeescript.org/extras/coffee-script.js"></script>

In tooling, npm install -g voc and run against your markdown file:

$ voc yourfile.md

VOC style

VOC searches for markdown code blocks. Using GFM guards (triple backticks), hints after the opening backticks are used to direct content.

For example, "```>foo.bar" will redirect content in the codeblock to foo.bar.

Preprocessing

If a preprocessor is available, VOC can be told to use it! This is needed for certain magic cases like Makefiles (which require explicit tabs).

VOC exposes two utility functions:

VOC.run(src) will process the specified string source.

VOC.add(lang, cb) will assign the handler for the language. If lang is an array, the handler will be assigned for each language in the array.

The language handlers will be called with one argument: the actual source to be processed. Consecutive blocks with the same language are concatenated.

See the enclosed voc.md for more information.

Dependencies Status NPM Downloads ghit.me Analytics

org.webjars.npm

SheetJS

Truly Open Source Data Tools and Miscellany

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

Версия
1.1.0