Skip to content

Commit

Permalink
Allow PDF conversion again
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Hardy committed May 22, 2021
1 parent d6ab852 commit 21108f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
'opendocument': { 'ext': 'odf' },
'opml': { 'ext': 'opml' },
'org': { 'ext': 'org' },
// 'pdf': { 'ext': 'pdf', 'format': 'latex' },
'pdf': { 'ext': 'pdf', 'format': 'latex' },
'plain': { 'ext': 'txt' },
'revealjs': { 'ext': 'html' },
'rst': { 'ext': 'rst' },
Expand Down

0 comments on commit 21108f8

Please sign in to comment.