Fix formatting in templates of pages related with build command#12064
Fix formatting in templates of pages related with build command#12064vpalmerini wants to merge 4 commits intodocker:masterfrom
Conversation
|
✔️ Deploy preview for docsdocker ready! 🔨 Explore the source changes: dff66cf 🔍 Inspect the deploy logs: https://app.netlify.com/sites/docsdocker/deploys/5ff7581ed712f900071a9923 😎 Browse the preview: https://deploy-preview-12064--docsdocker.netlify.app |
e1b1dee to
dff66cf
Compare
thaJeztah
left a comment
There was a problem hiding this comment.
thanks for contributing! Unfortunately, I don't think this is the right fix, because these YAML files are generated from source, so manual updates to these files would be reverted when they are updated with a newly generated version.
Let me open a pull request with a fix to handle escaping these characters in our Jekyll template instead
|
opened #12083 |
|
Oh, makes sense. Thanks for the feedback |
Proposed changes
Fix formatting in templates of pages:
commandline/build,commandline/builder_build,commandline/buildx_buildandcommandline/image_build.The templates were not recognizing the
<and>in the description of--sshoption, so this PR adds a\before each sign so the formatting can be preserved.Before:

Now:

Related issues
Closes #11331