We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491de55 commit 4688d24Copy full SHA for 4688d24
functions.json
@@ -114,6 +114,19 @@
114
},
115
"repo_url": "https://github.com/openfaas/store-functions"
116
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
130
{
131
"title": "youtube-dl",
132
"name": "youtube-dl",
0 commit comments