Skip to content

Website request: allow templates wrapped in double curly braces in Markdown code blocks #25176

@eashaw

Description

@eashaw

Issue/Goal:

The website's build script currently throws an error when it detects a Vue template in a Markdown file (e.g., {{ foo }}). This prevents us from having examples of GitHub actions with secrets because they use a similar template (${{foo}})

If we update the website to build Markdown code blocks with the v-pre directive, it will not attempt to render these variables.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions