diff --git a/index.html b/index.html index 040f14e..262bb58 100644 --- a/index.html +++ b/index.html @@ -2091,8 +2091,8 @@ function addCompoundPrimitiveExample(position="0 1.4 -0.2"){ return el } -function addBlockCodeExample(){ - el = addNewNote("hi") +function addBlockCodeExample(text="hi"){ + el = addNewNote( text ) el.setAttribute("color", "black") el.setAttribute("outline-color", "white") a = generateCompoundPrimitiveExample()