We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current snippets ghnote and ghwarn are using a deprecated syntax for rendering blockquotes information.
ghnote
ghwarn
From the link above (update 14 Nov 2023):
The initial syntax using e.g. Note isn't supported any longer.
The new snippets format should be (e.g. for ghnote):
@@ -1,6 +1,5 @@ <snippet> - <content><![CDATA[> **Note** -> + <content><![CDATA[> [!NOTE] > ${0:enter text} ]]></content> <tabTrigger>ghnote</tabTrigger> <scope>text.html.markdown - meta.frontmatter - meta.disable-markdown - meta.code-fence - markup.raw</scope> <description>Markdown Admonition</description> </snippet>
Additionally, support for ghtip, ghimportant and ghcaution can be added.
ghtip
ghimportant
ghcaution
I can try to work on a PR based on the CONTRIBUTING.md guidelines when I have some time later.
The text was updated successfully, but these errors were encountered:
I'll update them when integrating sublimehq/Packages#3892
Sorry, something went wrong.
d6fb077
No branches or pull requests
The current snippets
ghnote
andghwarn
are using a deprecated syntax for rendering blockquotes information.From the link above (update 14 Nov 2023):
The new snippets format should be (e.g. for
ghnote
):Additionally, support for
ghtip
,ghimportant
andghcaution
can be added.I can try to work on a PR based on the CONTRIBUTING.md guidelines when I have some time later.
The text was updated successfully, but these errors were encountered: