[Doxygen-users] Bug: Markdown tables missing cell borders in the header LaTex output
Brought to you by:
dimitri
From: Vega, L. A <lui...@lm...> - 2016-02-29 22:58:40
|
When generating documentation in LaTex, any markdown table will be drawn with partially missing (usually left) borders in table header row. Any markdown table (see simple sample below) can be used to duplicate the error. | Header 1 | Header 2 | Header 3 | Header 4 | | ---------: | :--------: | :--------: | :--------- | | A1 | A2 | A3 | A4 | | B1 | B2 | B3 | B4 | | C1 | C2 | C3 | C4 | | D1 | D2 | D3 | D4 | |