diplodoc-platform / diplodoc-platform/transform

Handle markdownlint-disable-file before file parsing

Open
#441 1 comment 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
TypeScript
Stars
69
Forks
59
Avg merge
1d 21h
Merged PRs (30d)
6

Description

markdownlint can handle special comment for lint disabling

```

```

If file is very big this slows down file processing - we need to tokenize all file data and then drop this tokens, because first token is special comment.

So, best strategy will be to handle this comment manually or to add optimistic check to markdownlint itself.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.