- Add comments, see DOXIA-137
- Handle styles, see DOXIA-63 (how to implement?)
- What does sectionTitle() do?
- Add keywords() see DOXIA-129
Tables
| Code Block |
|---|
void tableCell( String columns, String rows, int justification ); |
where columns and rows correspond to colspan/rowspan attributes and justification can be used to justify the cells individually (the justify parameter of tableRows can be kept as default), see DOXIA-38. Note that there was already an issue open for colspan/rowspan, DOXIA-78, which is closed even though not completely fixed: on the contrary, it introduced a bug that now the width is written as a colspan attribute. However, the cell width should properly be handled with styles anyway.
Votes
+1: ltheussl, vsiveton
+0:
-1:
Figures
| Code Block |
|---|
String graphicsFormats(); |
See my comment at DOXIA-99. Ideally every figure link should be specified with extension but then one couldn't use it for different output formats and it wouldn't be compatible with aptconvert. I propose to add the above which could return a comma-separated list of supported extensions to allow several image formats per output format.
| Code Block |
|---|
void figure( String name ); |
The name attribute could be used to write alt and/or title attributes, see DOXIA-75 .
Votes
+1: ltheussl, vsiveton
+0:
-1:
Encoding support
| Code Block |
|---|
void encoding( String encoding ); |
See DOXIA-185.
Votes
+1: vsiveton
+0:
-1:
