Confluence to Markdown



### Export Page to HTML 
Open the sidebar, under your space you will see Space Settings with cog icon. Go to Content Tools tab and select HTML export radio button.

When you click export button, select custom export option and deselect all. And then in the treeview only select the required page.

### Upload the html page 
Upload the html page and see the converted markdown file.

The page may contain more html than you need. This tool automatially extracts the content in main-content section.

```html
<div id="main-content" class="wiki-content group">
```
and converts it into markdown.

### Save the markdown content

![Confluence to Markdown Converter](https://metamug.com/assets/img/confluence-to-markdown-converter.PNG)

Copy the output and save it as an md file. Confluence allows you to import markdown file. So you can edit this markdown freely and update your confluence page later. 
      
HTML is NOT sent on server. All done in your browser. 😇