Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)YathoshoJune 1, 2007 at 5:23 PM#insertmacro with quotation marks?is there a way to use insertmacro with quotation marks? !insertmacro BLA 'i need a " here' the above doesn't work
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)AndersJune 1, 2007 at 5:35 PM#!macro BLA x Messagebox mb_ok '${x}' #works Messagebox mb_ok `${x}` #works Messagebox mb_ok "${x}" #does not !macroend