# markdown_localization **Repository Path**: gsunwu/markdown_localization ## Basic Information - **Project Name**: markdown_localization - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-22 - **Last Updated**: 2022-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 程序描述 将 markdown 中的网络图片,下载到本地文件夹 `public/img` 中 all images are saved to the directory `public/img` ## How to use ``` python markdown_local.py -dir /Users/sunwu/Lab/donut_master/markdown_localization/test_markdown -output /Users/sunwu/Lab/donut_master/markdown_localization/output -dir: the directory you want to scan -output: the output dir ```