Skip to content

Commit

Permalink
Remove controls attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi committed May 19, 2024
1 parent 5e95d0d commit 7cb6ac4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Writerside/topics/Arg.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ In this case, the `target` parameter will represent the player "JohnDoe,"
the `item` parameter will represent the material DIAMOND,
and the `amount` parameter will represent the integer value 3.

<video src="../images/argument/arg/giveCommandExample.mp4" controls/>

<video src="../images/argument/arg/giveCommandExample.mp4"/>
2 changes: 1 addition & 1 deletion Writerside/topics/ChatGPT-Extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ public class BanCommand {

See the demo of ChatGPT extension in action:

<video src="../images/chat-gpt/chat-gpt.mp4" controls/>
<video src="../images/chat-gpt/chat-gpt.mp4"/>
2 changes: 1 addition & 1 deletion Writerside/topics/Flag.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ result: isSilent = true
> The order of flags in the input does matter.
{ style="warning" }
>
<video src="../images/argument/flag/muteCommandExample.mp4" controls/>
<video src="../images/argument/flag/muteCommandExample.mp4"/>

0 comments on commit 7cb6ac4

Please sign in to comment.