fletcher / MultiMarkdown

Expanded perl version of John Gruber's original Markdown --- No longer under active development since MMD 3
http://fletcherpenney.net/multimarkdown/
1.06k stars 530 forks source link

Multicolumn cells don't follow the alignment rules in Latex #32

Closed janrito closed 13 years ago

janrito commented 13 years ago

A long cell

| heading | heading | heading |
|--------:|:--------|:--------|
| cell    |   **long cell**   |

will export latex code to align the long cell text to the center instead of to the left.

&cell&\multicolumn{2}{c}{\textbf{long cell}}\\

should be:

&cell&\multicolumn{2}{l}{\textbf{long cell}}\\