We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f32b81 commit f43a2afCopy full SHA for f43a2af
run/markdown-preview/README.md
@@ -11,6 +11,7 @@ Required variables for this sample include:
11
12
* `EDITOR_UPSTREAM_RENDER_URL`: The URL of the restricted Cloud Run service that
13
renders Markdown to HTML.
14
+* `EDITOR_UPSTREAM_UNAUTHENTICATED`: A boolean that indicates whether the service is unauthenticated.
15
16
## Dependencies
17
@@ -19,4 +20,4 @@ Required variables for this sample include:
19
20
* **got**: Node.js library for HTTP requests.
21
* **handlebars** JavaScript template engine.
22
* **markdown-it**: JavaScript library for parsing and rendering Markdown text.
-* **xss**: Node.js HTML sanitizer.
23
+* **xss**: Node.js HTML sanitizer.
0 commit comments