We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d987c commit d4a3a08Copy full SHA for d4a3a08
1 file changed
src/fluentcmd.js
@@ -93,7 +93,8 @@ module.exports = function () {
93
{ name: 'txt', ext: 'txt', gen: new FLUENT.TextGenerator() },
94
{ name: 'doc', ext: 'doc', fmt: 'xml', gen: new FLUENT.WordGenerator() },
95
{ name: 'pdf', ext: 'pdf', fmt: 'html', is: false, gen: new FLUENT.HtmlPdfGenerator() },
96
- { name: 'markdown', ext: 'md', fmt: 'txt', gen: new FLUENT.MarkdownGenerator() }
+ { name: 'markdown', ext: 'md', fmt: 'txt', gen: new FLUENT.MarkdownGenerator() },
97
+ { name: 'json', ext: 'json', gen: new FLUENT.JsonGenerator() }
98
];
99
100
/**
0 commit comments