From 4582f6f63644ad5f17645b92ce4aa415ca7f00ee Mon Sep 17 00:00:00 2001 From: Benature Date: Thu, 13 Jan 2022 21:03:23 +0800 Subject: [PATCH] update description --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4778096..8aa59d7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-underline", "name": "Underline", - "description": "Add underline with shortcut", + "description": "Add underline(`xxx`) with shortcut, and `
xxx
`, `[[#xxx]]`, `[[#^xxx]]`", "isDesktopOnly": false, "js": "main.js", - "version": "1.2.0" + "version": "1.2.1" } \ No newline at end of file