Markdown for JSON isn't working
Created by: SteveyPugs
Hey all
I have tried to do markdown for JSON using below but it doesnt work on GitLab. It simply makes the code red and doesn't format it correctly at all.
{
"YourRepoName":
{
"path": "BlahPath",
"limit": "master" //Set which branches you need
},
"YourRepoName2":
{
"path": "BlahPath",
"limit": "master" //Set which branches you need
}
}