diff --git a/README.md b/README.md index d1b3e83..43e1139 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,13 @@ ### Fonctionnalités - Transforme automatiquement des blocs Markdown comme `:::note[Title]...:::` en boîtes visuellement attrayantes. -- Supporte cinq types de boîtes : +- Supporte plusieurs types de boîtes : - **note** : Pour des informations générales. - **tip** : Pour des astuces et conseils. - **info** : Pour des détails informatifs. - **warning** : Pour des avertissements. - **danger** : Pour des messages critiques. + - et plus... - Facile à utiliser grâce à une syntaxe simple et intuitive. ### Installation @@ -67,12 +68,13 @@ Vous pouvez utiliser ce plugin pour organiser vos notes efficacement ! ### Features - Automatically transforms Markdown blocks like `:::note[Title]...:::` into visually appealing boxes. -- Supports five box types: +- Supports several box types: - **note**: For general information. - - tip\*\*: For tips and advice. - - info\*\*: For informative details. - - warning\*\*: For warnings. + - **tip**: For tips and advice. + - **info**: For informative details. + - **warning**: For warnings. - **danger**: For critical messages. + - and more... - Easy to use thanks to simple, intuitive syntax. ### Installation diff --git a/manifest.json b/manifest.json index 737ef33..6fb0bce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "wonderbox", "name": "WonderBox", - "version": "1.0.5", + "version": "1.0.6", "minAppVersion": "0.12.0", "description": "Create more relevant text sections your tips, top notes, warnings and more.", "author": "Christian Humbert",