From 67349dcc4270d76641c0a2edbaa614781ed885ed Mon Sep 17 00:00:00 2001 From: George Sokianos Date: Sun, 10 Mar 2024 20:45:50 +0000 Subject: Fixing ghmarkdown adding the ability to use a GitHub token (#380) * Fixing ghmarkdown adding the ability to use a GitHub token * Updated the manifest.json file --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index cf8c9f5..f58c0ba 100644 --- a/manifest.json +++ b/manifest.json @@ -481,8 +481,8 @@ "id": "formatter" }, { - "description": "Opens a preview of the current markdown file in a browser window *([screenshot](https://user-images.githubusercontent.com/3920290/82754898-f7394600-9dc7-11ea-8278-2305363ed372.png))* Note: the page content is generated by sending the markdown file to Github's markdown rendering [API](https://docs.github.com/en/rest/markdown?apiVersion=2022-11-28)", - "version": "0.1", + "description": "Opens a preview of the current markdown file in a browser window *([screenshot](https://user-images.githubusercontent.com/3920290/82754898-f7394600-9dc7-11ea-8278-2305363ed372.png))* Note: the page content is generated by sending the markdown file to Github's markdown rendering [API](https://docs.github.com/en/rest/markdown?apiVersion=2022-11-28). Requires a [GitHub token](https://docs.github.com/en/rest/markdown/markdown?apiVersion=2022-11-28#render-a-markdown-document-in-raw-mode) being provided", + "version": "0.2", "path": "plugins/ghmarkdown.lua", "id": "ghmarkdown", "mod_version": "3" -- cgit v1.2.3