Skip to content

Commit

Permalink
new-feature: support "-p wechat" to export wechat compatible markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Jan 8, 2021
1 parent 8a4fc7e commit a461eb5
Show file tree
Hide file tree
Showing 17 changed files with 690 additions and 194 deletions.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/sh

pip uninstall md2zhihu
pip uninstall -y md2zhihu

cp setup.py ..
(
cd ..
rm dist/*
python setup.py sdist bdist_wheel
pip install dist/*.tar.gz
)
Expand Down
Loading

0 comments on commit a461eb5

Please sign in to comment.