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
in the docs, the "copy code" option will also copy "user@box". We should customize the codebox so only dataconverter generate-template --nxdl NXmynxdl gets copied.
There seems to be some solution along the lines of changing the extras.css file:
.codehilite .no-copy {
user-select: none; /* Prevents text selection */pointer-events: none; /* Prevents interaction */color:#6a737d; /* Optional: style the prefix to look like a prompt */
}
´``
andthenusing
```console
<spanclass="no-copy">user@box:~$</span>dataconvertergenerate-template--nxdlNXmynxdl
But this does not yet work out of the box.
The text was updated successfully, but these errors were encountered:
If we have something like
in the docs, the "copy code" option will also copy "user@box". We should customize the codebox so only
dataconverter generate-template --nxdl NXmynxdl
gets copied.There seems to be some solution along the lines of changing the
extras.css
file:But this does not yet work out of the box.
The text was updated successfully, but these errors were encountered: