Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
feat(parser): add asciidoc parser
Browse files Browse the repository at this point in the history
asciidoc parser to convert ascii doc files to html
  • Loading branch information
thetutlage committed Sep 18, 2016
1 parent 7d2b7f0 commit fd90c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ module.exports = {
Menu: require('./src/Menu'),
FSWriter: require('./src/Writers/FS'),
Markdown: require('./src/Markdown'),
AsciiDoc: require('./src/AsciiDoc'),
Manager: require('./src/Manager')
}

0 comments on commit fd90c63

Please sign in to comment.