It convert json from ScienceDirect to MarkDown with some support of styles.
It now require manually copy the json from the F12 console, go to the network tab, search "body", refresh the page, click the first item, go to the response tab, select all and copy.
Next, open the streamlit app, paste the json, and click the button to convert to markdown.
You can priview the markdown in the app, and download the markdown file.
- Reference is in separate request, which I have not yet implemented and not plan to do so.
- Same-page jump is not working.