Post History
Here's all the forms of tags for every one of them: Normal tag: <a class="badge is-tag">something</a> -> something Meta tag: <a class="badge is-tag is-filled">something<...
Answer
#1: Initial revision
Here's all the forms of tags for every one of them: - Normal tag: `<a class="badge is-tag">something</a>` -> <a class="badge is-tag">something</a> - Meta tag: `<a class="badge is-tag is-filled">something</a>` -> <a class="badge is-tag is-filled">something</a> - Moderator tag: `<a class="badge is-tag is-red is-outlined">something</a>` -> <a class="badge is-tag is-red is-outlined">something</a>