From 1fc649334f9b618821b27f6838f651f59a2244c4 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 12 Feb 2023 17:35:38 +0100 Subject: [PATCH] autopushed --- apps script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps script.md b/apps script.md index 298ff3aaa..fe748bf9e 100644 --- a/apps script.md +++ b/apps script.md @@ -1 +1 @@ -- https://stackoverflow.com/questions/59045784/how-to-embolden-specific-text-within-multiple-instances-of-parentheses-in-google for how to apply formatting to regex-found blocks in [[google docs]] as of [[2023]]. +- https://stackoverflow.com/questions/59045784/how-to-embolden-specific-text-within-multiple-instances-of-parentheses-in-google for how to apply formatting to regex-found blocks in [[google docs]] as of [[2023]]. I was calling .setBold() on the found object but you need to .getElement() first.