Skip to content

Commit 54acb2a

Browse files
committed
Updated README.md
1 parent 11b6e84 commit 54acb2a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ In your markdown, include the csv file as shown below.
1212
> \!\[This text will become the table caption\](table.csv)
1313
1414
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.
1620

1721
## Configuration String
1822

@@ -51,5 +55,16 @@ You can specify `l` `r` `c` `d` for each column in a series.
5155
The extra letters will be ignored if they exceed the number of columns in the
5256
CSV file.
5357

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+
5466
[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
5570
[1]: http://pandoc.org/README.html#tables

0 commit comments

Comments
 (0)