You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That the processed page inside the hugo/ hierarchy would have the line continuations presented on the page, and (possibly) available via the copy-this-command button.
What did you see instead?
```text { title="TERMINAL" type="terminal" codeToCopy="ZWNobyBmb28gYmFyIGJheg==" }
$ echo foo bar baz
foo bar baz
```
The text was updated successfully, but these errors were encountered:
This updates the GitLab CI guide in line with fixes proposed in
https://cuelang.org/cl/1203460.
The change was produced using cue-lang/cuelang.org's
_scripts/exportCueByExample for the bulk of the conversion, followed by
git-diff-driven manual edits to remove interleaved command output,
to replace fenced code blocks' languages where "text" is inappropriate,
and to re-add line continuations stripped from the page (as tracked in
cue-lang/cue#3545).
Fixes: cue-labs#39
Signed-off-by: Jonathan Matthews <[email protected]>
jpluscplusm
added a commit
to jpluscplusm-forks/cue-lang.cue-by-example
that referenced
this issue
Nov 1, 2024
This updates the GitLab CI guide in line with fixes proposed in
https://cuelang.org/cl/1203460.
The change was produced using cue-lang/cuelang.org's
_scripts/exportCueByExample for the bulk of the conversion, followed by
git-diff-driven manual edits to remove interleaved command output,
to replace fenced code blocks' languages where "text" is inappropriate,
and to re-add line continuations stripped from the page (as tracked in
cue-lang/cue#3545).
Fixes: cue-labs#39
Signed-off-by: Jonathan Matthews <[email protected]>
What page were you looking at?
n/a
What version of the site were you looking at?
cue-lang/cuelang.org@f0e0f0f
What did you do?
I placed the following on a test page, and invoked the preprocessor:
What did you expect?
That the processed page inside the hugo/ hierarchy would have the line continuations presented on the page, and (possibly) available via the copy-this-command button.
What did you see instead?
The text was updated successfully, but these errors were encountered: