md_ol_util 0.1.0

Transform markdown unordered lists to ordered lists with current position expressions
Documentation
# md_ol_util

## Install

```bash
cargo install md_ol_util
```

## Usage

```
Transform markdown unordered lists to ordered lists with current position expressions

Usage: md_ol_util [FILE]

Arguments:
  [FILE]  Input markdown file. If not provided, reads from stdin

Options:
  -h, --help     Print help
  -V, --version  Print version
```