Apps Script that updates paragraphs with specific search terms to H3 types instead of paragraphs
To create a Google Apps Script that finds any element in a Google Docs document that starts with a number and ends with a colon “:” and updates that element to an H3 type, you can use the following script: Here’s how to add and run this script in Google Docs: Now, you can run … Read more