diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-12-13 00:31:34 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-12-13 00:31:34 -0500 |
commit | 83811fc6e1bd8dc947bea6f2e3219421f57aac86 (patch) | |
tree | 8dc93c8aaf7b358b121ea1e9f86259ef70926435 /2021 | |
parent | f062a9081a25177723b0ae902b76cc886d5ec791 (diff) | |
download | emacsconf-wiki-83811fc6e1bd8dc947bea6f2e3219421f57aac86.tar.xz emacsconf-wiki-83811fc6e1bd8dc947bea6f2e3219421f57aac86.zip |
Do I need the backslashes?
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=. |