From 8c60fa22b7030d84b36590576f3c485aaa2b72ca Mon Sep 17 00:00:00 2001 From: Jack Kalish Date: Sat, 17 Aug 2024 16:46:51 -0400 Subject: [PATCH] Update README.md fix for code sample formatting sample - should be 4 tildes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 188f49926..cb60f1fab 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,11 @@ The easiest way to check the syntax is having a look at the many pages already o To insert code snippets use three tildes followed by curly braces with ".cpp" inside, and ending with three tildes: - ```cpp + ~~~~{.cpp} for(int i = 0; i < 16; i++) { ofLog() << i; } - ``` + ~~~~ Images are added using normal markdown format: