request snippet markdown
systemcrash opened this issue · comments
Paul Donald commented
which produces, or wraps selected text in:
{% code title="<puts cursor here>" %}
-content here-
{% endcode %}
Paul Donald commented
Something like this:
<snippet>
<content><![CDATA[
{% code title="${1:<title>}" %}
${0:${SELECTION}}
{% endcode %}
]]></content>
<tabTrigger>code</tabTrigger>
</snippet>
deathaxe commented
It looks rather like a templating engine related snippet.
I don't think it is therefore well placed in MarkdownEditing.
Paul Donald commented
Perhaps it's more flexible that way.