Skip to content

Commit

Permalink
Added missing dots.
Browse files Browse the repository at this point in the history
  • Loading branch information
odkr committed May 12, 2018
1 parent 7f9b5bd commit beaf24d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@ BetterBibTex_, it will be about twice as fast.
Moreover, ``pandoc-zotxt.lua`` supports using Zotero_ item IDs as
citation keys.

+---------------------------------+---------------------------------------+
| ``pandoc-zotxt.lua`` | ``pandoc-zotxt`` |
+=================================+=======================================+
| Requires only Pandoc_ 2.0 | Requires Pandoc_ 1.12 and Python_ 2.7 |
+---------------------------------+---------------------------------------+
| Faster if you're using | Slower if you're using BetterBibTex. |
| BetterBibTex_. | |
+---------------------------------+---------------------------------------+
| Supports using Zotero_ item IDs | Doesn't support Zotero_ item IDs. |
| as citation keys. | |
+---------------------------------+---------------------------------------+
| Doesn't use temporary files. | Does use a temporary file. |
+---------------------------------+---------------------------------------+
+---------------------------------+----------------------------------------+
| ``pandoc-zotxt.lua`` | ``pandoc-zotxt`` |
+=================================+========================================+
| Requires only Pandoc_ 2.0. | Requires Pandoc_ 1.12 and Python_ 2.7. |
+---------------------------------+----------------------------------------+
| Faster if you're using | Slower if you're using BetterBibTex. |
| BetterBibTex_. | |
+---------------------------------+----------------------------------------+
| Supports using Zotero_ item IDs | Doesn't support Zotero_ item IDs. |
| as citation keys. | |
+---------------------------------+----------------------------------------+
| Doesn't use temporary files. | Does use a temporary file. |
+---------------------------------+----------------------------------------+


Test suite
Expand Down

0 comments on commit beaf24d

Please sign in to comment.