micromark-extension-gfm-autolink-literal

WebJar for micromark-extension-gfm-autolink-literal

Лицензия

Лицензия

MIT
Категории

Категории

Auto Библиотеки уровня приложения Code Generators
Группа

Группа

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

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

micromark-extension-gfm-autolink-literal
Последняя версия

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

0.5.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

micromark-extension-gfm-autolink-literal
WebJar for micromark-extension-gfm-autolink-literal
Ссылка на сайт

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

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

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

https://github.com/micromark/micromark-extension-gfm-autolink-literal

Скачать micromark-extension-gfm-autolink-literal

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : micromark jar [2.11.3,2.12)

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

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

micromark-extension-gfm-autolink-literal

Build Coverage Downloads Size Sponsors Backers Chat

micromark extension to support GitHub flavored markdown literal autolinks.

This syntax extension matches the GFM spec and how literal autolinks work in several places on github.com. Do note that GH employs two algorithms to autolink: one at parse time, one at compile time (similar to how @mentions are done at compile time). This difference can be observed because character references and escapes are handled differently. But also because issues/PRs/comments omit (perhaps by accident?) the second algorithm for www., http://, and https:// links (but not for email links).

As this is a syntax extension, it focuses on the first algorithm. The html part of this extension does not operate on an AST and hence can’t perform the second algorithm. mdast-util-gfm-autolink-literal adds support for the second.

This package provides the low-level modules for integrating with the micromark tokenizer and the micromark HTML compiler.

You probably should use this package with mdast-util-gfm-autolink-literal.

Install

npm:

npm install micromark-extension-gfm-autolink-literal

API

html

syntax

Note: syntax is the default export of this module, html is available at micromark-extension-gfm-autolink-literal/html.

Support literal autolinks. The exports are extensions for the micromark parser (to tokenize; can be passed in extensions) and the default HTML compiler (to compile as <a> elements; can be passed in htmlExtensions).

Related

Contribute

See contributing.md in micromark/.github for ways to get started. See support.md for ways to get help.

This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.

License

MIT © Titus Wormer

org.webjars.npm
the smallest commonmark compliant markdown parser that exists; new basis for @unifiedjs (hundreds of projects w/ billions of downloads for dealing w/ content)

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

Версия
0.5.7