I have the following snippet:
<snippet>
<content><![CDATA[
### ${1:title}
#### ${2:sub title}
${3:summary}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>qnote</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
it runs fine except when I invoke it sublime is looking for 4 tab fields instead of three, so when I’m done filling in the summary I have to hit tab again to fill the fourth field. Why is this happening and how do I change the behavior so there are only three tab fields? Thank you!
This might be a great question for @OdatNurd