Skip to content

tv42/mobiledoc-to-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert Mobiledoc articles to Markdown

For example, given a Ghost blog export file, you can grab an article and convert it to Markdown like this:

jq -r '.db[0].data.posts[] | select(.id == "ghostblogarticleidhere42")' my-ghost-blog.2019-02-17.json >article.json
mobiledoc-to-markdown article.json >article.md

About

Convert Mobiledoc (Ghost blog) articles to Markdown

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages