From 7a7d80dc379cba3a44742938d3a7b2a2d2c5b4c9 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 12 Jun 2024 21:58:22 +0200 Subject: [PATCH] fix: specify the code only works on github-flavoured markdown engines --- snippets/{info-blocks.md => info-blocks.github.md} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename snippets/{info-blocks.md => info-blocks.github.md} (73%) diff --git a/snippets/info-blocks.md b/snippets/info-blocks.github.md similarity index 73% rename from snippets/info-blocks.md rename to snippets/info-blocks.github.md index daac754..ae50af5 100644 --- a/snippets/info-blocks.md +++ b/snippets/info-blocks.github.md @@ -2,7 +2,9 @@ The idea here is to mimic Confluence's Info panel. -Use Markdown's [Alert extension](https://github.blog/changelog/2023-12-14-new-markdown-extension-alerts-provide-distinctive-styling-for-significant-content/).
+> Only works in places using Github's Markdown. + +Use Github's [Alert extension](https://github.blog/changelog/2023-12-14-new-markdown-extension-alerts-provide-distinctive-styling-for-significant-content/).
See for more examples. ---