Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
Remove an unnecessary attribute from the starter snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Jan 14, 2019
1 parent 64fe698 commit 78cac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/foremark_starter.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _style_.}
${5:Content}

]]></pre> <!-- Foremark footer -->
<script src="https://unpkg.com/foremark/browser/foremark.js" data-rel="foremark" async="async" /></html>
<script src="https://unpkg.com/foremark/browser/foremark.js" async="async" /></html>
</content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>foremark</tabTrigger>
Expand Down

0 comments on commit 78cac65

Please sign in to comment.