Skip to content

Commit

Permalink
Add markdown function to new store
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Oct 16, 2024
1 parent 491de55 commit 4688d24
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,19 @@
},
"repo_url": "https://github.com/openfaas/store-functions"
},
{
"title": "markdown",
"name": "markdown",
"author":"openfaas",
"description": "Convert markdown to HTML",
"images": {
"x86_64": "ghcr.io/openfaas/markdown-fn:latest",
"arm64": "ghcr.io/openfaas/markdown-fn:latest",
"armhf": "ghcr.io/openfaas/markdown-fn:latest"
},
"readOnlyRootFilesystem": true,
"repo_url": "https://github.com/openfaas/store-functions"
},
{
"title": "youtube-dl",
"name": "youtube-dl",
Expand Down

0 comments on commit 4688d24

Please sign in to comment.