Skip to content

Commit

Permalink
feat(makeMarkdown): convert HTML to MD
Browse files Browse the repository at this point in the history
This feature enables convertion of HTML into MD.
  • Loading branch information
tivie committed Jul 7, 2018
1 parent 7628471 commit 358947b
Show file tree
Hide file tree
Showing 23 changed files with 1,284 additions and 1,204 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function (grunt) {
'src/showdown.js',
'src/helpers.js',
'src/subParsers/makehtml/*.js',
'src/subParsers/makemd/*.js',
'src/subParsers/makemarkdown/*.js',
'src/converter.js',
'src/loader.js'
],
Expand Down
Loading

0 comments on commit 358947b

Please sign in to comment.