Skip to content

Commit e87c819

Browse files
committed
doc(readme) fix example shortcode
1 parent c534da7 commit e87c819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ You can combine **multiple citations** in a single block, using the **semi-colon
252252
```markdown
253253
<!-- Markdown -->
254254

255-
{{</* cite "Lessig2002;Nussbaum2011;Dewey1938" */>}}
255+
{{< cite "Lessig2002;Nussbaum2011;Dewey1938" >}}
256256
```
257257

258258
The above would render `(Lessig, 2002; Nussbaum, 2011; Dewey, 1938)`.
@@ -262,7 +262,7 @@ Works with pagination too, **in the matching order** of the citation keys:
262262
```markdown
263263
<!-- Markdown -->
264264

265-
{{</* cite "Lessig2002;Nussbaum2011;Dewey1938" "5-6;;25" */>}}
265+
{{< cite "Lessig2002;Nussbaum2011;Dewey1938" "5-6;;25" >}}
266266
```
267267

268268
The above would render `(Lessig, 2002, pp. 5-6; Nussbaum, 2011; Dewey, 1938, p. 25)`.

0 commit comments

Comments
 (0)