File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -461,4 +461,8 @@ div.viewcode-block:target {
461461# main-content ol > li > p : nth-child (n+2),
462462# main-content ul > li > p : nth-child (n+2) {
463463 margin-top : 1em ;
464- }
464+ }
465+
466+ video {
467+ width : 100% ;
468+ }
Original file line number Diff line number Diff line change @@ -261,7 +261,6 @@ Example MyST syntax is shown below.
261261
262262```` md
263263``` {video} /_static/user-manual/blocks/block-copy-cut.mp4
264- :width: 100%
265264```
266265````
267266
@@ -270,7 +269,6 @@ Don't use file-relative paths.
270269The above MyST markup renders as shown below.
271270
272271``` {video} /_static/user-manual/blocks/block-copy-cut.mp4
273- :width: 100%
274272```
275273
276274
Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ Node Version Manager
623623 [`nvm`](https://github.com/nvm-sh/nvm/blob/master/README.md) allows you to quickly install and use different versions of node via the command line.
624624
625625Node.js
626- [Node.js®](https://nodejs.org/en/ ) is an open-source, cross-platform JavaScript runtime environment.
626+ [Node.js®](https://nodejs.org/en) is an open-source, cross-platform JavaScript runtime environment.
627627
628628view
629629 A view is the basic element of modern Python web frameworks.
You can’t perform that action at this time.
0 commit comments