Created
March 13, 2019 09:22
-
-
Save ftes/d17d7e0d543028cb36e37fee16a53da1 to your computer and use it in GitHub Desktop.
Convert confluence to adoc
This file contains 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
Steps: | |
1. `npm run start ../html ../md` (https://www.npmjs.com/package/confluence-to-markdown) | |
2. `for f in *.md; do pandoc "$f" -s -t asciidoc -o "${f%.md}.adoc"; done` | |
3. Manual cleanup (tables, images) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment