Hi Kodi, Kodi Arfer <k...@arfer.net> writes:
> You're quite welcome. That was prompt! I see this case now works in > master. The catch is that there are still some cases which give > inconsistent alignment between Emacs and HTML export, such as: > > | a | b | > |-----+---| > | 100 | 1 | > | 1 | 1 | > | 1 | 1 | > | 1 | 1 | > | a | 1 | > | | 1 | > | | 1 | > | | 1 | > | | 1 | > | | 1 | > | | 1 | For such cases, you can use this: | <r> | <r> | | a | b | |-----+-----| | 100 | 1 | | 1 | 1 | | 1 | 1 | | 1 | 1 | | a | 1 | | | 1 | | | 1 | | | 1 | | | 1 | | | 1 | | | 1 | HTH, -- Bastien