Skip to content

Instantly share code, notes, and snippets.

@pvdlg
Last active December 3, 2017 20:49
Show Gist options
  • Save pvdlg/1ad2570fa203a1270f1b9e66d1930bff to your computer and use it in GitHub Desktop.
Save pvdlg/1ad2570fa203a1270f1b9e66d1930bff to your computer and use it in GitHub Desktop.
Debug remark
{
"plugins": [
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", false]
]
}
$ la
drwxr-xr-x 4 vanduynslager staff 136B Dec 3 15:42 .
drwx------+ 765 vanduynslager staff 25K Dec 3 15:42 ..
-rw-r--r-- 1 vanduynslager staff 102B Dec 3 15:40 .remarkrc
-rw-r--r-- 1 vanduynslager staff 19B Dec 3 15:40 example.md
$ remark .
unified-engine:configuration Looking for `.remarkrc,.remarkrc.js,.remarkrc.yml,.remarkrc.yaml` configuration files +0ms
unified-engine:configuration Looking for `remarkConfig` fields in `package.json` files +2ms
unified-engine:find-up No files found for `/Users/vanduynslager/Downloads/test_remark` +5ms
unified-engine:file-set-pipeline:stdin Ignoring `streamIn` +2ms
unified-engine:file-pipeline:read Reading `/Users/vanduynslager/Downloads/test_remark/example.md` in `utf8` +2ms
unified-engine:file-pipeline:read Read `/Users/vanduynslager/Downloads/test_remark/example.md` (err: null) +0ms
unified-engine:find-up Read file `/Users/vanduynslager/Downloads/test_remark/.remarkrc` +39ms
unified-engine:file-pipeline:configure Using settings `{}` +0ms
unified-engine:file-pipeline:configure Using `17` plugins +1ms
unified-engine:file-pipeline:configure Using plug-in `lint`, with options `undefined` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:final-newline`, with options `undefined` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:list-item-bullet-indent`, with options `undefined` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:list-item-indent`, with options `"tab-size"` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:no-auto-link-without-protocol`, with options `undefined` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:no-blockquote-without-marker`, with options `undefined` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:no-literal-urls`, with options `undefined` +1ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:ordered-list-marker-style`, with options `"."` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:hard-break-spaces`, with options `undefined` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:no-duplicate-definitions`, with options `undefined` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:no-heading-content-indent`, with options `undefined` +1ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:no-inline-padding`, with options `undefined` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:no-shortcut-reference-image`, with options `undefined` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:no-shortcut-reference-link`, with options `undefined` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:no-undefined-references`, with options `undefined` +0ms
unified-engine:file-pipeline:configure Using plug-in `remark-lint:no-unused-definitions`, with options `undefined` +0ms
unified-engine:file-pipeline:parse Parsing `example.md` +0ms
unified-engine:file-pipeline:parse Parsed document +16ms
unified-engine:file-pipeline:transform Transforming document `example.md` +0ms
unified-engine:file-pipeline:transform Transformed document (error: null) +8ms
unified-engine:file-pipeline:queue Queueing `example.md` +0ms
unified-engine:file-pipeline:queue `example.md` can be flushed +0ms
unified-engine:file-pipeline:queue Flushing: all files can be flushed +0ms
unified-engine:file-pipeline:stringify Not compiling document without output settings +1ms
unified-engine:file-pipeline:copy Not copying +0ms
unified-engine:file-pipeline:stdout Ignoring writing to `streamOut` +0ms
unified-engine:file-pipeline:file-system Ignoring writing to file-system +0ms
example.md
1:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
3:1-3:10 warning Found reference to undefined definition no-undefined-references remark-lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment