Created
September 27, 2021 23:04
-
-
Save seokjeon/828290dae5c8b4fbf504e1306c440373 to your computer and use it in GitHub Desktop.
Export md from dev.to article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copy the code below, and paste it on address bar where you want to export markdown. | |
javascript:var url=window.location.href.split("/");url.splice(3,0,"api","articles"),fetch(url.join("/")).then(o=>o.json()).then(o=>console.log(o.body_markdown)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment