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.
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-predirective, it will not attempt to render these variables.