Closed
Description
What package is your question related to?
typedoc-plugin-markdown
What would you like to ask?
Hi,
Is the htmlTable
option supposed to produce a table in html format?
Here is what I get using "interfacePropertiesFormat": "htmlTable"
:
| Property | Type | Description |
| ------ | ------ | ------ |
| <a id="disabled-5"></a> `disabled?` | `boolean` | Disable input |
| <a id="hint-1"></a> `hint?` | `string` | Optional hint |
| <a id="label-8"></a> `label` | `string` | Label |
| <a id="value-2"></a> `value` | `any` | Value |