mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
13 lines
482 B
XML
13 lines
482 B
XML
<templateSet group="Markdown">
|
|
<template name="["
|
|
value="[$TEXT$]($LINK$)$END$"
|
|
description="SDK: New link reference."
|
|
toReformat="false"
|
|
toShortenFQNames="false">
|
|
<variable name="TEXT" expression="" defaultValue="" alwaysStopAt="true"/>
|
|
<variable name="LINK" expression="complete()" defaultValue="" alwaysStopAt="true"/>
|
|
<context>
|
|
<option name="MARKDOWN" value="true"/>
|
|
</context>
|
|
</template>
|
|
</templateSet> |