Metadata-Version: 2.4
Name: mdconv
Version: 0.1.3
Summary: [MDCONV](http://github.com/Juminiy/mdconv) is markdown to [json, ppt, docx, txt] converter
Author-email: Juminiy <chisato-x@bupt.edu.cn>
Project-URL: Homepage, https://github.com/Juminiy/mdconv
Project-URL: Issues, https://github.com/Juminiy/mdconv/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: typing-extensions>=4.15.0
Provides-Extra: full

# SET ENV

```bash
uv venv
source .venv/bin/activate
uv sync
```

## Character
1. parse json to Markdown(HTML or Markdown, `.md`) file

## Improvement
1. lines split by '\n' and '\n\n' is different.
2. Sheet cell_value support: trans_word()
3. combination_object: LinkedImage
