Skip to content

ryangyoung/confluence-to-markdown-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confluence to Markdown converter

This project is developing a tool to to convert Confluence pages into Markdown.

The goal

I have a lot of Confluence content which I'd like to move to GitHub wiki. I failed to find an adequate tool to do this so I'll have to implement one.

The idea

The easiest way to do it seems to be to export pages in the Confluence Storage Format (which is XHTML based, i.e. valid XML) and to transform them into Markdown using XSLT. There's a similar tool available, but unfortunately its output is not exactly suitable for GitHub Wikis.

Related links

About

Converts the Confluence storage format to Markdown format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.8%
  • XSLT 1.2%