{% import "lib/descendants.html" as descendants -%} {% macro renderOptionsTable(doc) %}
| Option | Description |
|---|---|
{$ option.name $}{%- if option.isOptional %}?{% endif -%}
|
{$ option.shortDescription | marked $} |