Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreeriksp <eerik.sven@gmail.com>2021-06-22 16:57:34 +0300
committereeriksp <eerik.sven@gmail.com>2021-06-22 16:57:34 +0300
commit73219a20d62328f1ac1b0807fff0f81c9681fbb8 (patch)
tree40ed948432bfa34a89d0874bcec0f52172f430af
parent1f0c091dd1e9d57da7448781578f5bb7df427280 (diff)
Fix mistake in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9bf8033..511e887 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ series = "series"
[LaTeX.css](https://latex.vercel.app/), which HugoTeX is using, defines syntax for sidenotes. However, as it is a little verbose to write, we provide a Hugo shortcode for that:
```
-A sentence deserving a sidenote.{{%/* sidenote */%}}The note itself.{{%/* /sidenote */%}}.
+A sentence deserving a sidenote.{{% sidenote %}}The note itself.{{% /sidenote %}}.
```
The note will be displaied on the right margin on larger screens. On smaller screns the note will be hidden by default and will open when clicking on the superscript number marking the existence of the note.