From 18e7f5ebad5f83e25a6a03e05ee15ada93329328 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Tue, 30 Jan 2018 11:39:42 +0000 Subject: [PATCH] Update link to remark repo --- README.md | 2 +- src/beautifiers/remark.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 239161c..8a908e5 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ See [all supported options in the documentation at `docs/options.md`](docs/opti | LaTeX | `BibTeX`, `LaTeX`, `TeX` |`.bib`, `.tex`, `.sty`, `.cls`, `.dtx`, `.ins`, `.bbx`, `.cbx` | **[`Latex Beautify`](https://github.com/cmhughes/latexindent.pl)** | | LESS | `LESS` |`.less` | **[`Pretty Diff`](https://github.com/prettydiff/prettydiff)**, [`CSScomb`](https://github.com/csscomb/csscomb.js) | | Lua | `Lua` |`.lua`, `.ttslua` | **[`Lua beautifier`](https://github.com/Glavin001/atom-beautify/blob/master/src/beautifiers/lua-beautifier/beautifier.coffee)** | -| Markdown | `GitHub Markdown` |`.markdown`, `.md` | **[`Remark`](https://github.com/wooorm/remark)**, [`Tidy Markdown`](https://github.com/slang800/tidy-markdown) | +| Markdown | `GitHub Markdown` |`.markdown`, `.md` | **[`Remark`](https://github.com/remarkjs/remark)**, [`Tidy Markdown`](https://github.com/slang800/tidy-markdown) | | Marko | `Marko` |`.marko` | **[`Marko Beautifier`](https://github.com/marko-js/marko-prettyprint)** | | Mustache | `HTML (Mustache)` |`.mustache` | **[`JS Beautify`](https://github.com/beautify-web/js-beautify)**, [`Pretty Diff`](https://github.com/prettydiff/prettydiff) | | Nginx | `nginx` |`.conf` | **[`Nginx Beautify`](https://github.com/denysvitali/nginxbeautify)** | diff --git a/src/beautifiers/remark.coffee b/src/beautifiers/remark.coffee index 2f34ca9..4885919 100644 --- a/src/beautifiers/remark.coffee +++ b/src/beautifiers/remark.coffee @@ -3,7 +3,7 @@ Beautifier = require('./beautifier') module.exports = class Remark extends Beautifier name: "Remark" - link: "https://github.com/wooorm/remark" + link: "https://github.com/remarkjs/remark" options: { _: { gfm: true