diff --git a/manifest.json b/manifest.json index d64fdd3..a78060f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "plugins-annotations", "name": "Plugins Annotations", - "version": "1.5.4", + "version": "1.6.1", "minAppVersion": "1.5.0", "description": "Allows adding personal comments to each installed plugin.", "author": "Andrea Alberti", diff --git a/src/manageAnnotations.ts b/src/manageAnnotations.ts index 693ed48..a9d1f1b 100644 --- a/src/manageAnnotations.ts +++ b/src/manageAnnotations.ts @@ -100,7 +100,7 @@ export async function writeAnnotationsToMdFile(plugin: PluginsAnnotations) { const annotations = plugin.settings.annotations; // if(Object.keys(annotations).length === 0) return; - const header = 'Make changes only within the annotation blocks marked by and . Changes made anywhere else will be overwritten.\n' + const header = 'Make changes only within the annotation blocks marked by `` and ``. Changes made anywhere else will be overwritten.\n' const content: string[] = [header]; for (const pluginId of sortPluginAnnotationsByName(annotations)) {