yxm4109 / pandoc

Automatically exported from code.google.com/p/pandoc
GNU General Public License v2.0
0 stars 0 forks source link

Don't center tabular (unless perhaps indented) #209

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the proposed feature, including illustrative examples.

In many cases, a table shouldn't be centered.  Also, why center it in LaTeX
but not HTML?  Be consistent.  How about centering a table only if, in the
Markdown, it is indented at least one space?  Therefore:

--- --------
Not centered
--- --------

 --- --------
 Is  centered
 --- --------

And this would work for all applicable formats.

Original issue reported on code.google.com by iain.dal...@gmail.com on 18 Jan 2010 at 6:56

GoogleCodeExporter commented 9 years ago
I would also prefer it to be non-centered.

Original comment by claesatw...@gmail.com on 20 Aug 2010 at 11:43

GoogleCodeExporter commented 9 years ago
A workaround if you want non-centered tables:

\let\centering\relax

Original comment by fiddloso...@gmail.com on 27 Jan 2011 at 6:26