Skip to content

Commit

Permalink
Migrate to remarkjs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 7, 2017
1 parent 66371f1 commit a68fab8
Show file tree
Hide file tree
Showing 14 changed files with 128 additions and 128 deletions.
4 changes: 2 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ prevent you from doing unnecessary work.

[unified]: https://github.com/unifiedjs/unified

[remark]: https://github.com/wooorm/remark
[remark]: https://github.com/remarkjs/remark

[mdast]: https://github.com/syntax-tree/mdast

[mdast-util-to-hast]: https://github.com/syntax-tree/mdast-util-to-hast

[remark-rehype]: https://github.com/wooorm/remark-rehype
[remark-rehype]: https://github.com/remarkjs/remark-rehype

[unit-test]: https://twitter.com/sindresorhus/status/579306280495357953
26 changes: 13 additions & 13 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,34 +192,34 @@ remark()

<!-- Definitions -->

[logo]: https://cdn.rawgit.com/wooorm/remark/ee78519/logo.svg
[logo]: https://cdn.rawgit.com/remarkjs/remark/ee78519/logo.svg

[issues]: https://github.com/wooorm/remark/issues
[issues]: https://github.com/remarkjs/remark/issues

[gitter]: https://gitter.im/wooorm/remark
[gitter]: https://gitter.im/remarkjs/remark

[npm]: https://docs.npmjs.com/cli/install

[api]: https://github.com/wooorm/remark/tree/master/packages/remark
[api]: https://github.com/remarkjs/remark/tree/master/packages/remark

[cli]: https://github.com/wooorm/remark/tree/master/packages/remark-cli
[cli]: https://github.com/remarkjs/remark/tree/master/packages/remark-cli

[plugins]: https://github.com/wooorm/remark/tree/master/doc/plugins.md
[plugins]: https://github.com/remarkjs/remark/tree/master/doc/plugins.md

[unified]: https://github.com/unifiedjs/unified

[website]: https://unifiedjs.github.io

[unified-args]: https://github.com/wooorm/unified-args
[unified-args]: https://github.com/unifiedjs/unified-args

[frail]: https://github.com/wooorm/unified-args#--frail
[frail]: https://github.com/unifiedjs/unified-args#--frail

[quiet]: https://github.com/wooorm/unified-args#--quiet
[quiet]: https://github.com/unifiedjs/unified-args#--quiet

[parse]: https://github.com/wooorm/remark/tree/master/packages/remark-parse
[parse]: https://github.com/remarkjs/remark/tree/master/packages/remark-parse

[stringify]: https://github.com/wooorm/remark/tree/master/packages/remark-stringify
[stringify]: https://github.com/remarkjs/remark/tree/master/packages/remark-stringify

[preset]: https://github.com/wooorm/remark-lint/tree/master/packages/remark-preset-lint-markdown-style-guide
[preset]: https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-markdown-style-guide

[html]: https://github.com/wooorm/remark-html
[html]: https://github.com/remarkjs/remark-html
68 changes: 34 additions & 34 deletions doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
– Link manager for Markdown files
* [`remark-bracketed-spans`](https://github.com/sethvincent/remark-bracketed-spans)
– Add an id, classes, and data attributes to `<span>` tags in markdown
* [`remark-breaks`](https://github.com/wooorm/remark-breaks)
* [`remark-breaks`](https://github.com/remarkjs/remark-breaks)
– Breaks support, without needing spaces
* [`remark-collapse`](https://github.com/Rokt33r/remark-collapse)
— Make a section collapsible
* [`remark-comment-blocks`](https://github.com/ben-eb/remark-comment-blocks)
— Wrap Markdown with a comment block
* [`remark-comment-config`](https://github.com/wooorm/remark-comment-config)
* [`remark-comment-config`](https://github.com/remarkjs/remark-comment-config)
— Configure remark with comments
* [`remark-comments`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-comments)
— Configurable custom syntax to ignore parts of the Markdown input
Expand All @@ -63,15 +63,15 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
* [`remark-fix-guillemets`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-fix-guillemets)
— For weird typographic reasons, this fixes `<<a>>` being parsed as
`<` + html tag `<a>` + `>` and instead replaces this with text `<<a>>`
* [`remark-frontmatter`](https://github.com/wooorm/remark-frontmatter)
* [`remark-frontmatter`](https://github.com/remarkjs/remark-frontmatter)
– Frontmatter (yaml, toml, and more) support
* [`remark-gemoji`](https://github.com/wooorm/remark-gemoji)
* [`remark-gemoji`](https://github.com/remarkjs/remark-gemoji)
— Gemoji short-code support in remark
* [`remark-gemoji-to-emoji`](https://github.com/jackycute/remark-gemoji-to-emoji)
— Transform Gemoji shortcodes to Unicode emoji
* [`remark-generic-extensions`](https://github.com/medfreeman/remark-generic-extensions)
— Commonmark generic directive extension
* [`remark-github`](https://github.com/wooorm/remark-github)
* [`remark-github`](https://github.com/remarkjs/remark-github)
— Auto-link references like in GitHub issues, PRs, and comments
* [`remark-gitlab-artifact`](https://github.com/temando/remark-gitlab-artifact)
— Download artifacts from GitLab projects to live alongside your Markdown
Expand All @@ -84,7 +84,7 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
* [`remark-highlight.js`](https://github.com/ben-eb/remark-highlight.js)
— Highlight code blocks in Markdown files with
[highlight.js](https://github.com/isagalaev/highlight.js)
* [`remark-html`](https://github.com/wooorm/remark-html)
* [`remark-html`](https://github.com/remarkjs/remark-html)
— Compile Markdown to HTML documents
* [`remark-html-emoji-image`](https://github.com/jackycute/remark-html-emoji-image)
— Transform unicode emoji to HTML images
Expand All @@ -93,24 +93,24 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
* [`remark-iframes`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-iframes)
— Custom syntax with fully configurable iframe providers, following a
whitelist approach. Rehype compatible
* [`remark-inline-links`](https://github.com/wooorm/remark-inline-links)
* [`remark-inline-links`](https://github.com/remarkjs/remark-inline-links)
— Transform references and definitions to normal links and images
* [`remark-inline-math`](https://github.com/bizen241/remark-inline-math)
— Inline math support
* [`remark-kbd`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-kbd)
— Custom syntax, parses `||foo||` into a new mdast inline node type `kbd`.
Rehype compatible (`<kbd>foo</kbd>`)
* [`remark-license`](https://github.com/wooorm/remark-license)
* [`remark-license`](https://github.com/remarkjs/remark-license)
— Add a license section
* [`remark-lint`](https://github.com/wooorm/remark-lint)
* [`remark-lint`](https://github.com/remarkjs/remark-lint)
— Markdown code style linter
* [`remark-man`](https://github.com/wooorm/remark-man)
* [`remark-man`](https://github.com/remarkjs/remark-man)
— Compile Markdown to Man pages (roff)
* [`remark-math`](https://github.com/rokt33r/remark-math)
— Math inline and block support
* [`remark-mermaid`](https://github.com/temando/remark-mermaid)
— Replace [mermaid](https://mermaidjs.github.io/) graphs with rendered SVGs
* [`remark-message-control`](https://github.com/wooorm/remark-message-control)
* [`remark-message-control`](https://github.com/remarkjs/remark-message-control)
— Enable, disable, and ignore messages
* [`remark-midas`](https://github.com/ben-eb/remark-midas)
— Highlight CSS in Markdown files with [midas](https://github.com/ben-eb/midas)
Expand All @@ -128,19 +128,19 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
— Syntax highlighting for
[remark-react](https://github.com/mapbox/remark-react) through
[lowlight](https://github.com/wooorm/lowlight)
* [`remark-reference-links`](https://github.com/wooorm/remark-reference-links)
* [`remark-reference-links`](https://github.com/remarkjs/remark-reference-links)
— Transform links and images to references and definitions
* [`remark-rehype`](https://github.com/wooorm/remark-rehype)
[rehype](https://github.com/wooorm/rehype) support
* [`remark-retext`](https://github.com/wooorm/remark-retext)
[retext](https://github.com/wooorm/retext) support
* [`remark-rehype`](https://github.com/remarkjs/remark-rehype)
[rehype](https://github.com/rehypejs/rehype) support
* [`remark-retext`](https://github.com/remarkjs/remark-retext)
[retext](https://github.com/retextjs/retext) support
* [`remark-rewrite-headers`](https://github.com/strugee/remark-rewrite-headers)
— Change heading levels
* [`remark-shortcodes`](https://github.com/djm/remark-shortcodes)
— Parses custom Wordpress/Hugo-like shortcodes inside your Markdown
* [`remark-slug`](https://github.com/wooorm/remark-slug)
* [`remark-slug`](https://github.com/remarkjs/remark-slug)
— Add slugs to headings
* [`remark-strip-badges`](https://github.com/wooorm/remark-strip-badges)
* [`remark-strip-badges`](https://github.com/remarkjs/remark-strip-badges)
— Remove badges (such as `shields.io`)
* [`remark-squeeze-paragraphs`](https://github.com/eush77/remark-squeeze-paragraphs)
— Remove empty paragraphs
Expand All @@ -154,19 +154,19 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
framework
* [`remark-title`](https://github.com/RichardLitt/remark-title)
— Check and inject the title of a markdown as the first element.
* [`remark-toc`](https://github.com/wooorm/remark-toc)
* [`remark-toc`](https://github.com/remarkjs/remark-toc)
— Generate a Table of Contents (TOC) for Markdown files
* [`remark-unlink`](https://github.com/eush77/remark-unlink)
— Remove all links, references and definitions
* [`remark-usage`](https://github.com/wooorm/remark-usage)
* [`remark-usage`](https://github.com/remarkjs/remark-usage)
— Add a usage example to your readme
* [`remark-validate-links`](https://github.com/wooorm/remark-validate-links)
* [`remark-validate-links`](https://github.com/remarkjs/remark-validate-links)
— Validate links point to existing headings and files
* [`remark-vdom`](https://github.com/wooorm/remark-vdom)
* [`remark-vdom`](https://github.com/remarkjs/remark-vdom)
— Compile Markdown to [VDOM](https://github.com/Matt-Esch/virtual-dom/)
* [`remark-yaml-annotations`](https://github.com/sfrdmn/remark-yaml-annotations)
— Extend Markdown with YAML-based annotation syntax
* [`remark-yaml-config`](https://github.com/wooorm/remark-yaml-config)
* [`remark-yaml-config`](https://github.com/remarkjs/remark-yaml-config)
— Configure remark with YAML

## List of Presets
Expand Down Expand Up @@ -208,29 +208,29 @@ files, use `vfile-`.

<!--Definitions:-->

[logo]: https://cdn.rawgit.com/wooorm/remark/ee78519/logo.svg
[logo]: https://cdn.rawgit.com/remarkjs/remark/ee78519/logo.svg

[plugins]: #list-of-plugins

[products]: https://github.com/wooorm/remark/blob/master/doc/products.md
[products]: https://github.com/remarkjs/remark/blob/master/doc/products.md

[mdast-util]: https://github.com/wooorm/mdast#list-of-utilities
[mdast-util]: https://github.com/syntax-tree/mdast#list-of-utilities

[unist-util]: https://github.com/wooorm/unist#unist-node-utilties
[unist-util]: https://github.com/syntax-tree/unist#unist-node-utilties

[vfile-util]: https://github.com/wooorm/vfile#related-tools
[vfile-util]: https://github.com/vfile/vfile#related-tools

[unified-use]: https://github.com/wooorm/unified#processoruseplugin-options
[unified-use]: https://github.com/unifiedjs/unified#processoruseplugin-options

[unified-args-use]: https://github.com/wooorm/unified-args#--use-plugin
[unified-args-use]: https://github.com/unifiedjs/unified-args#--use-plugin

[config-file-use]: https://github.com/wooorm/unified-engine/blob/master/doc/configure.md#plugins
[config-file-use]: https://github.com/unifiedjs/unified-engine/blob/master/doc/configure.md#plugins

[unified-plugins]: https://github.com/wooorm/unified#plugin
[unified-plugins]: https://github.com/unifiedjs/unified#plugin

[issues]: https://github.com/wooorm/remark/issues
[issues]: https://github.com/remarkjs/remark/issues

[gitter]: https://gitter.im/wooorm/remark
[gitter]: https://gitter.im/remarkjs/Lobby

[guide]: https://unifiedjs.github.io/create-a-plugin.html

Expand Down
6 changes: 3 additions & 3 deletions doc/products.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ See [plug-ins][plugins] for a list of plugins and utilities.

<!--Definitions:-->

[logo]: https://cdn.rawgit.com/wooorm/remark/ee78519/logo.svg
[logo]: https://cdn.rawgit.com/remarkjs/remark/ee78519/logo.svg

[remark]: https://github.com/wooorm/remark
[remark]: https://github.com/remarkjs/remark

[plugins]: https://github.com/wooorm/remark/blob/master/doc/plugins.md
[plugins]: https://github.com/remarkjs/remark/blob/master/doc/plugins.md
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"private": true,
"license": "MIT",
"homepage": "http://remark.js.org",
"repository": "https://github.com/wooorm/remark",
"bugs": "https://github.com/wooorm/remark/issues",
"repository": "https://github.com/remarkjs/remark",
"bugs": "https://github.com/remarkjs/remark/issues",
"devDependencies": {
"bail": "^1.0.0",
"browserify": "^14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"unified-args": "^4.0.0"
},
"homepage": "http://remark.js.org",
"repository": "https://github.com/wooorm/remark/tree/master/packages/remark-cli",
"bugs": "https://github.com/wooorm/remark/issues",
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-cli",
"bugs": "https://github.com/remarkjs/remark/issues",
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
"contributors": [
"Titus Wormer <[email protected]> (http://wooorm.com)"
Expand Down
24 changes: 12 additions & 12 deletions packages/remark-cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,32 +80,32 @@ Examples:

<!-- Definitions -->

[build-badge]: https://img.shields.io/travis/wooorm/remark.svg
[build-badge]: https://img.shields.io/travis/remarkjs/remark.svg

[build-status]: https://travis-ci.org/wooorm/remark
[build-status]: https://travis-ci.org/remarkjs/remark

[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark.svg

[coverage-status]: https://codecov.io/github/wooorm/remark
[coverage-status]: https://codecov.io/github/remarkjs/remark

[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg
[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg

[chat]: https://gitter.im/wooorm/remark
[chat]: https://gitter.im/remarkjs/Lobby

[license]: https://github.com/wooorm/remark/blob/master/LICENSE
[license]: https://github.com/remarkjs/remark/blob/master/LICENSE

[author]: http://wooorm.com

[npm]: https://docs.npmjs.com/cli/install

[remark]: https://github.com/wooorm/remark
[remark]: https://github.com/remarkjs/remark

[plugins]: https://github.com/wooorm/remark/blob/master/doc/plugins.md
[plugins]: https://github.com/remarkjs/remark/blob/master/doc/plugins.md

[markdown-extensions]: https://github.com/sindresorhus/markdown-extensions

[config-file]: https://github.com/wooorm/unified-engine/blob/master/doc/configure.md
[config-file]: https://github.com/unifiedjs/unified-engine/blob/master/doc/configure.md

[ignore-file]: https://github.com/wooorm/unified-engine/blob/master/doc/ignore.md
[ignore-file]: https://github.com/unifiedjs/unified-engine/blob/master/doc/ignore.md

[unified-args]: https://github.com/wooorm/unified-args#cli
[unified-args]: https://github.com/unifiedjs/unified-args#cli
4 changes: 2 additions & 2 deletions packages/remark-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"parse"
],
"homepage": "http://remark.js.org",
"repository": "https://github.com/wooorm/remark/tree/master/packages/remark-parse",
"bugs": "https://github.com/wooorm/remark/issues",
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-parse",
"bugs": "https://github.com/remarkjs/remark/issues",
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
"contributors": [
"Titus Wormer <[email protected]> (http://wooorm.com)",
Expand Down
28 changes: 14 additions & 14 deletions packages/remark-parse/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,39 +406,39 @@ delete remarkParse.Parser.prototype.blockTokenizers.indentedCode;

<!-- Definitions -->

[build-badge]: https://img.shields.io/travis/wooorm/remark.svg
[build-badge]: https://img.shields.io/travis/remarkjs/remark.svg

[build-status]: https://travis-ci.org/wooorm/remark
[build-status]: https://travis-ci.org/remarkjs/remark

[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark.svg

[coverage-status]: https://codecov.io/github/wooorm/remark
[coverage-status]: https://codecov.io/github/remarkjs/remark

[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg
[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg

[chat]: https://gitter.im/wooorm/remark
[chat]: https://gitter.im/remarkjs/Lobby

[license]: https://github.com/wooorm/remark/blob/master/LICENSE
[license]: https://github.com/remarkjs/remark/blob/master/LICENSE

[author]: http://wooorm.com

[npm]: https://docs.npmjs.com/cli/install

[unified]: https://github.com/wooorm/unified
[unified]: https://github.com/unifiedjs/unified

[data]: https://github.com/unifiedjs/unified#processordatakey-value

[processor]: https://github.com/wooorm/remark/blob/master/packages/remark
[processor]: https://github.com/unifiedjs/remark/blob/master/packages/remark

[mdast]: https://github.com/wooorm/mdast
[mdast]: https://github.com/syntax-tree/mdast

[escapes]: http://spec.commonmark.org/0.25/#backslash-escapes

[node]: https://github.com/wooorm/unist#node
[node]: https://github.com/syntax-tree/unist#node

[location]: https://github.com/wooorm/unist#location
[location]: https://github.com/syntax-tree/unist#location

[parser]: https://github.com/wooorm/unified#processorparser
[parser]: https://github.com/unifiedjs/unified#processorparser

[extend]: #extending-the-parser

Expand All @@ -450,4 +450,4 @@ delete remarkParse.Parser.prototype.blockTokenizers.indentedCode;

[add]: #addnode-parent

[blocks]: https://github.com/wooorm/remark/blob/master/packages/remark-parse/lib/block-elements.json
[blocks]: https://github.com/remarkjs/remark/blob/master/packages/remark-parse/lib/block-elements.json
4 changes: 2 additions & 2 deletions packages/remark-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"stringify"
],
"homepage": "http://remark.js.org",
"repository": "https://github.com/wooorm/remark/tree/master/packages/remark-stringify",
"bugs": "https://github.com/wooorm/remark/issues",
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-stringify",
"bugs": "https://github.com/remarkjs/remark/issues",
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
"contributors": [
"Titus Wormer <[email protected]> (http://wooorm.com)",
Expand Down
Loading

0 comments on commit a68fab8

Please sign in to comment.