Parcourir la source

update sandbox-markdown.md

Yuki Takei il y a 1 an
Parent
commit
72f6672001
1 fichiers modifiés avec 8 ajouts et 12 suppressions
  1. 8 12
      apps/app/resource/locales/en_US/sandbox-markdown.md

+ 8 - 12
apps/app/resource/locales/en_US/sandbox-markdown.md

@@ -35,25 +35,21 @@
 
 You can also use [directive syntax](https://talk.commonmark.org/t/generic-directives-plugins-syntax/444).
 
-```markdown
-:::note[foo]
+:::note
 Useful information that users should know, even when skimming content.
 :::
 
-:::tip
-Helpful advice for doing things better or more easily.
-:::
-
-:::important
-Key information users need to know to achieve their goal.
+:::tip[Custom Label]
+Useful information that users should know, even when skimming content.
 :::
 
-:::warning
-Urgent info that needs immediate user attention to avoid problems.
+```markdown
+:::note
+Useful information that users should know, even when skimming content.
 :::
 
-:::caution
-Advises about risks or negative outcomes of certain actions.
+:::tip[Custom Label]
+Useful information that users should know, even when skimming content.
 :::
 ```