Skip to content

Commit 4688d24

Browse files
committed
Add markdown function to new store
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 491de55 commit 4688d24

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

functions.json

+13
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,19 @@
114114
},
115115
"repo_url": "https://github.com/openfaas/store-functions"
116116
},
117+
{
118+
"title": "markdown",
119+
"name": "markdown",
120+
"author":"openfaas",
121+
"description": "Convert markdown to HTML",
122+
"images": {
123+
"x86_64": "ghcr.io/openfaas/markdown-fn:latest",
124+
"arm64": "ghcr.io/openfaas/markdown-fn:latest",
125+
"armhf": "ghcr.io/openfaas/markdown-fn:latest"
126+
},
127+
"readOnlyRootFilesystem": true,
128+
"repo_url": "https://github.com/openfaas/store-functions"
129+
},
117130
{
118131
"title": "youtube-dl",
119132
"name": "youtube-dl",

0 commit comments

Comments
 (0)