-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DominikaK
committed
Jan 4, 2023
1 parent
5c5efc1
commit e2d3188
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# text-utils | ||
# text-utils | ||
|
||
This repository is a collection of simple Python scripts for batch working on Markdown files, | ||
intended for use in Markdown-based documentation. | ||
|
||
- `replacer.py` performs a replace over all Markdown files in a directory and its subdirectories | ||
- `link_checker.py` checks for image files that are not referenced anywhere in a set of markdown files. |