File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# mdlint-obsidian
22
33<!-- Badges placeholder -->
4- <!-- [](https://badge.fury.io/py/mdlint-obsidian) -->
5- <!-- [](https://www.python.org/downloads/) -->
6- <!-- [](https://opensource.org/licenses/MIT) -->
7- <!-- [](https://github.com/you /mdlint-obsidian/actions) -->
4+ [ ![ PyPI version] ( https://badge.fury.io/py/mdlint-obsidian.svg )] ( https://badge.fury.io/py/mdlint-obsidian )
5+ [ ![ Python 3.10+] ( https://img.shields.io/badge/python-3.10+-blue.svg )] ( https://www.python.org/downloads/ )
6+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
7+ [ ![ Tests] ( https://github.com/codeafix /mdlint-obsidian/actions/workflows/test.yml/badge.svg )] ( https://github.com/codeafix /mdlint-obsidian/actions )
88
99A Python library and CLI tool that lints ** Obsidian Flavored Markdown** files.
1010
@@ -188,7 +188,7 @@ All rules skip content inside fenced code blocks (``` ` ``` `` or `~~~`).
188188## Development
189189
190190``` bash
191- git clone https://github.com/you /mdlint-obsidian.git
191+ git clone https://github.com/codeafix /mdlint-obsidian.git
192192cd mdlint-obsidian
193193pip install -e " .[dev]"
194194pytest
You can’t perform that action at this time.
0 commit comments