Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

As the question says is there anyway to convert html to md, in any cli way? I tried pandoc and it has these weird tags all over

::: {#content .site-content}
::: {#primary .content-area}

Is there any other cli tool which could do the same?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
480 views
Welcome To Ask or Share your Answers For Others

1 Answer

breakdance-request

This can query a webpage and process certain other stuff using the Breakdance-reflink plugin
Syntax:

bdr stackoverflow.com

breakdance-cli

This uses a .html file in system and convert to .md file. Installation here
Syntax:

breakdance stackoverflow.html

Both automatically stored with name <website>.md


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...