[geany/geany-plugins] a659e2: Improve the README for tableconvert plugin (#508)

Dominic Hopf git-noreply at xxxxx
Sat Dec 3 11:12:03 UTC 2016


Branch:      refs/heads/master
Author:      Dominic Hopf <dmaphy at googlemail.com>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sat, 03 Dec 2016 11:12:03 UTC
Commit:      a659e20deb28e0e11597f3bdab6b7ded1099ca93
             https://github.com/geany/geany-plugins/commit/a659e20deb28e0e11597f3bdab6b7ded1099ca93

Log Message:
-----------
Improve the README for tableconvert plugin (#508)

* Improve the README for tableconvert plugin

Make the SQL-output a line block as of

    http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#line-blocks

* Fix mixed-use-of-spaces-and-tabs


Modified Paths:
--------------
    tableconvert/README

Modified: tableconvert/README
9 lines changed, 5 insertions(+), 4 deletions(-)
===================================================================
@@ -83,10 +83,11 @@ baa foo
 
 will be transformed to
 
-(
-	('foo', 'baa'),
-	('baa', 'foo')
-)
+
+|	(
+|		('foo', 'baa'),
+|		('baa', 'foo')
+|	)
 
 
 Development



--------------
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