Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Use markdown extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrett committed Feb 22, 2019
1 parent bfa1289 commit d34bd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ddgc_export_help.pl
Expand Up @@ -119,7 +119,7 @@ sub write_markup {
);
$content .= $tree->as_HTML =~ s{</br>}{}mgr;

$content > io( catfile( $d, $help->key . '.html' ) );
$content > io( catfile( $d, $help->key . '.md' ) );
}

sub export_helps {
Expand Down

0 comments on commit d34bd6d

Please sign in to comment.