File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,11 @@ In your markdown, include the csv file as shown below.
12
12
> \!\[ This text will become the table caption\] (table.csv)
13
13
14
14
You can use Pandoc Markdown in the CSV file.
15
- It will be parsed by the Pandoc Markdown Reader.
15
+ It will be parsed by the Pandoc Markdown Reader before insertion into the
16
+ document.
17
+
18
+ See [ example.md] [ example-md ] and the rendered [ pdf] [ example-pdf ] version in
19
+ the Examples folder for more details on usage.
16
20
17
21
## Configuration String
18
22
@@ -51,5 +55,16 @@ You can specify `l` `r` `c` `d` for each column in a series.
51
55
The extra letters will be ignored if they exceed the number of columns in the
52
56
CSV file.
53
57
58
+ ## License
59
+
60
+ Copyright © ; 2015 [ Wasif Hasan Baig] ( https://twitter.com/_wbaig )
61
+
62
+ Source code is released under the Terms and Conditions of [ MIT License] ( http://opensource.org/licenses/MIT ) .
63
+
64
+ Please refer to the [ License file] [ license ] in the project's root directory.
65
+
54
66
[ png ] : https://raw.githubusercontent.com/baig/pandoc-csv2table-filter/master/demo.png
67
+ [ license ] : https://raw.githubusercontent.com/baig/pandoc-csv2table-filter/master/LICENSE
68
+ [ example-md ] : https://raw.githubusercontent.com/baig/pandoc-csv2table-filter/master/Examples/example.md
69
+ [ example-pdf ] : https://github.com/baig/pandoc-csv2table-filter/blob/master/Examples/example.pdf
55
70
[ 1 ] : http://pandoc.org/README.html#tables
You can’t perform that action at this time.
0 commit comments