GNOME Bugzilla – Bug 681874
Single-columned Markdown tables
Last modified: 2013-05-19 12:35:53 UTC
The following is not recognised as a table: | Instellingen & diversen | |-------------------------| | 1. \ref special_points | | 2. etc. | I believe this is valid Markdown format. Best regards, Bastiaan.
Created attachment 240298 [details] A more extensive test file The file aa.c is a more extensive test file with 1 and 2 columns
Created attachment 240299 [details] [review] PATCH: enable single columns tables With this patch it is possible to specify single column tables as well. The table rows have to start and end with a | (pipe symbol). This is done by setting an extra variable to 1 in case the findTableColumns routine find 1 column and this line starts and end with a |. In the rest of the code this extra variable is considered as well in the tests.
Thanks, I'll include a slightly simplified version of the patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.4. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.