diff options
Diffstat (limited to '2021')
-rw-r--r-- | 2021/contribute.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2021/contribute.md b/2021/contribute.md index 33cf2a21..14527e6b 100644 --- a/2021/contribute.md +++ b/2021/contribute.md @@ -37,7 +37,7 @@ markers, make a rough note of the times the sections begin. You can add chapter markers by editing the wiki page and adding markup like this: -<pre>\[\[!template id="chapters" vidid="mainVideo" data=""" +<pre>[[!template id="chapters" vidid="mainVideo" data=""" 00:00 Introduction 00:11 Upcoming Emacs 28 release 00:24 Org mode 9.5 @@ -49,7 +49,7 @@ this: 03:03 Graphical experiments 03:41 Community 04:00 libera.chat -"""\]\] +"""]] </pre> The video IDs are usually =mainVideo= and =qanda=. |