[geany/geany-plugins] e390e4: Adding support for html tables in markdown files - Fixing indentation tabs vs spaces

Sharmila G Sivakumar git-noreply at xxxxx
Thu Oct 24 17:56:53 UTC 2013


Branch:      refs/heads/master
Author:      Sharmila G Sivakumar <siva.sharmi at gmail.com>
Committer:   Sharmila G Sivakumar <siva.sharmi at gmail.com>
Date:        Thu, 24 Oct 2013 17:56:53 UTC
Commit:      e390e4439fedbc92e1b1e59fabf7095b0734af8e
             https://github.com/geany/geany-plugins/commit/e390e4439fedbc92e1b1e59fabf7095b0734af8e

Log Message:
-----------
Adding support for html tables in markdown files - Fixing indentation tabs vs spaces


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

Modified: tableconvert/src/tableconvert.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -202,7 +202,7 @@ static void convert_to_table(gboolean header)
 					return;
 				}
 				case GEANY_FILETYPES_HTML:
-                case GEANY_FILETYPES_MARKDOWN:
+				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