How to mark entities in markdown format from json format for ner_crf containers

{ “text”: “8999”, “intent”: “file”, “entities”: [ { “start”: 0, “end”: 4, “value”: “8999”, “entity”: “emp_id” } ] }

will it be like

[8999](text:'emp_id')

@souvikg10