From 79cc6e82f92d48bc6d7debee9a25d070e86c64ca Mon Sep 17 00:00:00 2001 From: Dym Sohin Date: Tue, 21 Mar 2023 06:10:05 +0100 Subject: [PATCH] fix missing commas --- README.md | 2 +- content/welcome-terminimal-theme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 552ef43..1ce882c 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Example: ``` {{ figure(src="http://rustacean.net/assets/rustacean-flat-gesture.png", style="width: 25%;", - position="right" + position="right", caption_position="left", caption="Ferris, the (unofficial) Rust mascot", caption_style="font-weight: bold; font-style: italic;") }} diff --git a/content/welcome-terminimal-theme.md b/content/welcome-terminimal-theme.md index f228aae..32a356e 100644 --- a/content/welcome-terminimal-theme.md +++ b/content/welcome-terminimal-theme.md @@ -75,9 +75,9 @@ The second part follows here. ``` figure(src="http://rustacean.net/assets/rustacean-flat-gesture.png", style="width: 25%;", - position="center" + position="center", caption_position="left", - caption="Ferris, the (unofficial) Rust mascot" + caption="Ferris, the (unofficial) Rust mascot", caption_style="font-weight: bold; font-style: italic;") ```