Skip to main content

LanguageTool for markdown files.

Project description

markdown_lt

aokellermann

LanguageTool for markdown files.

Setup

Install the tool:

git clone https://github.com/aokellermann/markdown_lt.git
cd markdown_lt
pip install -e .

Usage

$ python -m markdown_lt --help
Usage: python -m markdown_lt [OPTION]... FILE
 FILE                           markdown file to check
 Available options:
  -h, --help                    print usage information
  -l, --language LANG           the language code of the text
  -m, --mother-tongue LANG      the language code of your mother tongue
  -w, --wordlist DICT           a newline separated file of valid words
  -o, --enabled-only            disable all rules except those specified in -e
  -e, --enable RULES            comma-separated list of rule IDs to enable
  -d, --disable RULES           comma-separated list of rule IDs to disable
 Exit code:
  0                             no errors
  1                             language errors
  2                             user error

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page