remark-stringify

WebJar for remark-stringify

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

remark-stringify
Last Version

Last Version

8.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

remark-stringify
WebJar for remark-stringify
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/remarkjs/remark

Download remark-stringify

How to add to project

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

Dependencies

compile (14)

Group / Artifact Type Version
org.webjars.npm : xtend jar [4.0.1,5)
org.webjars.npm : is-decimal jar [1.0.0,2)
org.webjars.npm : longest-streak jar [2.0.1,3)
org.webjars.npm : ccount jar [1.0.0,2)
org.webjars.npm : mdast-util-compact jar [2.0.0,3)
org.webjars.npm : unherit jar [1.0.4,2)
org.webjars.npm : repeat-string jar [1.5.4,2)
org.webjars.npm : is-whitespace-character jar [1.0.0,2)
org.webjars.npm : stringify-entities jar [3.0.0,4)
org.webjars.npm : markdown-table jar [2.0.0,3)
org.webjars.npm : markdown-escapes jar [1.0.0,2)
org.webjars.npm : is-alphanumeric jar [1.0.0,2)
org.webjars.npm : parse-entities jar [2.0.0,3)
org.webjars.npm : state-toggle jar [1.0.0,2)

Project Modules

There are no modules declared in this project.

remark

Build Coverage Downloads Size Sponsors Backers Chat

remark is a Markdown processor built on micromark powered by plugins part of the unified collective.

Intro

remark is the world’s most popular Markdown parser! And it does so much more than parse: it inspects (check, lint) and transforms (generate, compile) Markdown too!

Everything is possible with plugins, such as checking Markdown code style (remark-lint), transforming safely to React (remark-react), adding a table of contents (remark-toc), or compiling to man pages (remark-man).

Internally, remark now uses micromark, a new, fast, and tiny CommonMark compliant Markdown tokenizer. It can be GFM compliant with remark-gfm.

Finally, remark is part of the unified collective. Learn more about us:

Packages

This repository contains the following packages:

  • remark-parse — Parse Markdown to syntax trees
  • remark-stringify — Serialize syntax trees to Markdown
  • remark — Programmatic interface with both remark-parse and remark-stringify
  • remark-cli — Command line interface wrapping remark

Security

As Markdown is sometimes used for HTML, and improper use of HTML can open you up to a cross-site scripting (XSS) attack, use of remark can also be unsafe. When going to HTML, use remark in combination with the rehype ecosystem, and use rehype-sanitize to make the tree safe.

Use of remark plugins could also open you up to other attacks. Carefully assess each plugin and the risks involved in using them.

Contribute

See contributing.md in remarkjs/.github for ways to get started. See support.md for ways to get help. Ideas for new plugins and tools can be posted in remarkjs/ideas. Join us in Discussions to chat with the community and contributors.

A curated list of awesome resources can be found in awesome remark.

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

Sponsor

Support this effort and give back by sponsoring on OpenCollective!

Gatsby 🥇

Vercel 🥇

Netlify

Holloway

ThemeIsle

Boost Hub

Expo


You?

License

MIT © Titus Wormer

org.webjars.npm

remark

markdown processor powered by plugins part of the @unifiedjs collective

Versions

Version
8.1.1
7.0.3
6.0.4
5.0.0