Skip to content

Commit

Permalink
Adding support for html tables in markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmi committed Oct 24, 2013
1 parent bb3ffb9 commit 18ffdd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tableconvert/src/tableconvert.c
Expand Up @@ -202,6 +202,7 @@ static void convert_to_table(gboolean header)
return;
}
case GEANY_FILETYPES_HTML:
case GEANY_FILETYPES_MARKDOWN:
{
replacement = convert_to_table_worker(rows,
header,
Expand Down

0 comments on commit 18ffdd9

Please sign in to comment.