Branch: refs/heads/master Author: Sharmila G Sivakumar siva.sharmi@gmail.com Committer: Sharmila G Sivakumar siva.sharmi@gmail.com Date: Thu, 24 Oct 2013 17:52:39 UTC Commit: 18ffdd9672fb0142d06adb780fbb6a4c446dd39b https://github.com/geany/geany-plugins/commit/18ffdd9672fb0142d06adb780fbb6a...
Log Message: ----------- Adding support for html tables in 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).
plugins-commits@lists.geany.org