-
In Azure devops for some reason, the markdown renderer will actually show the tag. I was wondering what these tags were used for? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Every message that it presents is based on a commit, and the commit-hash essentially the These are used to allow the editor to remove certain messages, and as long as the csr-id is left in the document, it will not re-appear - after all, the generated markdown is fully editable. I hope that helps - it's indeed unfortunate that these are rendered by Azure Devops. |
Beta Was this translation helpful? Give feedback.
Every message that it presents is based on a commit, and the commit-hash essentially the
csr-id
- don't ask me know whatcsr
was supposed to stand for, but probably something withcontent
.These are used to allow the editor to remove certain messages, and as long as the csr-id is left in the document, it will not re-appear - after all, the generated markdown is fully editable.
I hope that helps - it's indeed unfortunate that these are rendered by Azure Devops.