From f02c3fe7af4d866b0ed7e2f69f00a5d1ae7aaced Mon Sep 17 00:00:00 2001 From: andrewens Date: Mon, 18 Sep 2023 11:32:51 -0500 Subject: [PATCH] Testing making arrays --- test.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test.md b/test.md index 9ecc7e2..6102579 100644 --- a/test.md +++ b/test.md @@ -1,3 +1,11 @@ # Andrew's html sandbox Currently testing making galleries that have text. + +{% assign beatles = "John, Paul, George, Ringo" | split: ", " %} + +