Convert Nebo web page to markdown.
git clone https://github.com/Sciroccogti/Nebo2markdown
cd Nebo2markdown
pip3 install -r requirements.txt
Currently support auto scrap and manual save.
- In your Nebo app, publish one of your page. You will get a shared link, such as mine: Math
python3 ./nebo2markdown.py -u url/of/Nebo/page -o path/to/output.md
- In your Nebo app, publish one of your page. You will get a shared link, such as mine: Math
- Open the shared link in your browser, and save the web page to local
.html
python3 ./nebo2markdown.py -i path/to/input.html -o path/to/output.md
- We only support plain text, and converted math formula now. That is to say, everything should be print hand, and no picture or hand script will be recognized.