diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-08-27 10:45:21 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-08-27 10:45:21 -0400 |
commit | 2f3ea8bd003dca2f36f47ed4e48e62b382a5e682 (patch) | |
tree | 8df962e88d7ef830ca1b58ff6f09fcf42e841c85 /manifest.json | |
parent | f12ffad12a96c031aec6ac667914f6faa5f63785 (diff) | |
download | lite-xl-plugins-2f3ea8bd003dca2f36f47ed4e48e62b382a5e682.tar.gz lite-xl-plugins-2f3ea8bd003dca2f36f47ed4e48e62b382a5e682.zip |
Fixed italics.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index f1e1d36..448a4e3 100644 --- a/manifest.json +++ b/manifest.json @@ -1306,14 +1306,14 @@ "mod_version": "3" }, { - "description": "Displays tab numbers from 1–9 next to their names \\*([screenshot](https://user-images.githubusercontent.com/16415678/101285362-007a8500-37e5-11eb-869b-c10eb9d9d902.png))", + "description": "Displays tab numbers from 1–9 next to their names *([screenshot](https://user-images.githubusercontent.com/16415678/101285362-007a8500-37e5-11eb-869b-c10eb9d9d902.png))*", "version": "0.1", "path": "plugins/tabnumbers.lua", "id": "tabnumbers", "mod_version": "3" }, { - "description": "An integrated terminal for lite-xl. \\*([screenshot](https://github.com/adamharrison/lite-xl-terminal/assets/1034518/eb8a72a0-ff61-4b95-b009-364ac2725f70))", + "description": "An integrated terminal for lite-xl. *([screenshot](https://github.com/adamharrison/lite-xl-terminal/assets/1034518/eb8a72a0-ff61-4b95-b009-364ac2725f70))*", "version": "1.0", "id": "terminal", "mod_version": "3", |