1${"###"} ${signal.name}
2
3${signal.description}
4
5%if len(signal.properties):
6${"####"} Properties
7| name | type | description |
8|------|------|-------------|
9    % for p in signal.properties:
10| ${p.markdown(loader)} |
11    % endfor
12% endif
13