写的发GitHub的英文版readme不能浪费是不是 >_<
Localization of image links referenced in markdown documents . And you have two options:
- Save in Base64 format;
- Reference local images.
将markdown文档引用的图片链接本地化 你有两种选择:
- 保存img为base64格式;
- 引用下载到本地的图片.
ps:不太推荐1,特别是大量图片的文件,更容易出现种种问题,而且文档打开速度,1.2倍的大小等等,这些都是不利条件
- Put the document you want to process in the folder "before".
- Then run main.py.
- You can find the new documents in the folder "output".
- 把你想处理的.md文档放在before文件夹中
- 运行主程序main.py.
- 输出文件会保存到output文件夹
ps: 两种模式图片都会保存到output内同名文件夹,图片可能会请求失败或404,但是会创建一个空的图片文件顶位置。
另外每次运行output文件夹自动重置清空
import re
import os
import urllib.error
import urllib.request
import shutil
import base64