Helping convert some markdown docs to A/D and found this does not work as expected.
In M/D syntax this:
[![Stories in Ready](
https://badge.waffle.io/seu-as-code/seu-as-code.plugins.png?label=ready&title=Ready)](
https://waffle.io/seu-as-code/seu-as-code.plugins)
shows a badge with actual count of ready docs as part of image.
The closest A/D syntax i can get is:
image:
https://badge.waffle.io/seu-as-code/seu-as-code.plugins.png?label=ready&title=Ready[link="
https://waffle.io/seu-as-code/seu-as-code.plugins"]
which does not show the ready count as part of the image.
Am guessing the '?label=ready&title=Ready' part of syntax does not reach the server. What syntax do i need to have the count displayed , please ?