markdown-it-lazy-headers

WebJar for markdown-it-lazy-headers

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

markdown-it-lazy-headers
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

markdown-it-lazy-headers
WebJar for markdown-it-lazy-headers
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Galadirith/markdown-it-lazy-headers

Download markdown-it-lazy-headers

How to add to project

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

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.

markdown-it-lazy-headers

markdown-it-lazy-headers is a plugin for markdown-it that relaxes the syntax of ATX headers so that you don't have to follow the opening sequence of # characters by a space. Should you have any problems while installing or using markdown-it-lazy-headers please open up a new issue.

Installation

npm install --save markdown-it-lazy-headers

Usage

markdown-it-lazy-headers has no configuration options, simply use it with an instance of markdown-it to enable lazy headers:

var md = require('markdown-it')()
        .use(require('markdown-it-lazy-headers'));

Testing

markdown-it-testgen through mocha is used to test markdown-it-lazy-headers. The test suite is a modified version of the ATX header suite used by commonmark:

npm test

License

markdown-it-lazy-headers is released under the MIT license.

Versions

Version
0.1.3