From e472dbebb259023fc656a556e51d16788818dd5e Mon Sep 17 00:00:00 2001 From: zsviczian Date: Tue, 18 May 2021 12:33:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad34ff..ae48434 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Part 6: Intro to Obsidian-Excalidraw: Embedding drawings (2:08) - new formatting option for the code block embedding - Valid values: `left`, `right`, `left-wrap`, `right-wrap`... but anything after the last `|` character will be added to the class of the SVG element and the wrapper DIV element. Here is the corresponding CSS: -``` +```css svg.excalidraw-svg-right-wrap { float: right; margin: 0px 0px 20px 20px;