|
2 | 2 |
|
3 | 3 | [](https://pkg.go.dev/github.com/bwplotka/mdox) [](https://github.com/bwplotka/mdox/releases/latest) [](https://github.com/bwplotka/mdox/actions?query=workflow%3Ago) [](https://goreportcard.com/report/github.com/bwplotka/mdox) [](https://cloud-native.slack.com/archives/mdox) |
4 | 4 |
|
5 | | -`mdox` (spelled as `md docs`) is a CLI for maintaining automated, high-quality project documentation and website leveraging [Github Flavored Markdown](https://github.github.com/gfm/) and git. |
| 5 | +`mdox` (spelled as `md docs`) is a CLI for maintaining automated, high-quality project documentation and website leveraging [GitHub Flavored Markdown](https://github.github.com/gfm/) and git. |
6 | 6 |
|
7 | 7 | This project can be used both as CLI as well as a library. |
8 | 8 |
|
@@ -34,7 +34,7 @@ For example, this README is formatted by the CI on every PR using [`mdox fmt -l |
34 | 34 | ```bash mdox-exec="mdox fmt --help" |
35 | 35 | usage: mdox fmt [<flags>] <files>... |
36 | 36 |
|
37 | | -Formats in-place given markdown files uniformly following GFM (Github Flavored |
| 37 | +Formats in-place given markdown files uniformly following GFM (GitHub Flavored |
38 | 38 | Markdown: https://github.github.com/gfm/). Example: mdox fmt *.md |
39 | 39 |
|
40 | 40 |
|
@@ -177,7 +177,7 @@ So passing in regex such as `--links.localize.address-regex="https:\/\/example\. |
177 | 177 |
|
178 | 178 | ### Transformation |
179 | 179 |
|
180 | | -mdox allows various types of markdown file transformation which are useful for website pre-processing and is often required when using static site generators like Hugo. It helps in generating front/backmatter, renaming and moving files, and converts links to work on websites. |
| 180 | +mdox allows various types of markdown file transformation which are useful for website pre-processing and is often required when using static site generators like Hugo. It helps in generating front/backmatter, renaming, and moving files, and converts links to work on websites. |
181 | 181 |
|
182 | 182 | Just run `mdox transform --config-file=.mdox.yaml` and pass in YAML configuration. |
183 | 183 |
|
@@ -280,7 +280,7 @@ YAML can be passed in directly as well using `--config` flag! For more details [ |
280 | 280 | Requirements to build this tool: |
281 | 281 |
|
282 | 282 | * Go 1.19+ |
283 | | -* Linux or MacOS |
| 283 | +* Linux or macOS |
284 | 284 |
|
285 | 285 | ```shell |
286 | 286 | go install github.com/bwplotka/mdox@latest |
|
0 commit comments