Skip to content

Commit

Permalink
Add notice about ghmarkdown that Github's servers are used
Browse files Browse the repository at this point in the history
`ghmarkdown` uses Github's markdown rendering API 
(https://docs.github.com/en/rest/markdown?apiVersion=2022-11-28) to 
generate the page content.
  • Loading branch information
Guldoman committed Nov 8, 2023
1 parent fe3130d commit de6f0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
"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))*",
"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",
"path": "plugins/ghmarkdown.lua",
"id": "ghmarkdown",
Expand Down

0 comments on commit de6f0c0

Please sign in to comment.