[geany/geany-plugins] 6ebebc: Merge pull request #117 from sharmi/master

Frank Lanitz git-noreply at xxxxx
Sat Oct 26 21:17:34 UTC 2013


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sat, 26 Oct 2013 21:17:34 UTC
Commit:      6ebebc3b455f13e6965ab9766a073cc5a51f728b
             https://github.com/geany/geany-plugins/commit/6ebebc3b455f13e6965ab9766a073cc5a51f728b

Log Message:
-----------
Merge pull request #117 from sharmi/master

Adding html table conversion support for markdown files


Modified Paths:
--------------
    tableconvert/src/tableconvert.c

Modified: tableconvert/src/tableconvert.c
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -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,



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list