【发布时间】:2014-12-01 02:32:56
【问题描述】:
有没有办法在 markdown/pandoc 中指定表格单元格内容的垂直对齐方式?
详情:
默认行为是居中对齐,我希望单元格内容与单元格顶部对齐。默认行为示例:
| | |
|-----------|---------------|
| Something | This is a very long line that breaks into two. This is a very long line that breaks into two.This is a very long line that breaks into two.This is a very long line that breaks into two.|
上例中左侧单元格的内容将垂直居中。
【问题讨论】:
-
我在
Something之后多次插入<br>,直到它出现在单元格的顶部。如果你想让它进入底部,我假设相同的 hack before 起作用。