### Inputs
: payload (string | buffer) : the payload of the message to publish.
: *topic* (string) : the MQTT topic to publish to.
Which appears in the help text as
This does work as described, but I can't find this format in the Markdown spec, or in the github extensions (though I may just have missed it there). It doesn't work in Obsidian, for example.
This is a very unique format specific to Node-RED documentation so you would never find it in a public spec.
We use a custom formatter of a very specific nature to simplify the documentation and provide a means of generating HTML in the same vein as the html node-red doc spec.
It simply wouldn't be possible in generic markdown otherwise.
It looks like a Definition List extension of some kind. I can't remember what Markdown library Node-RED uses, is it Markdown-IT? If so, have a look for a plugin.