The community member has a function that converts numbers to emojis, but they have to repeat the function code in every block where they need to convert numbers. They would like to create the function as a global one to avoid repeating it in each block. Unfortunately, according to the comments, this is not possible, but a community member has created an issue to request this feature as an enhancement.
I have a function that convert numbers to emoji. For now, I have to repeat this function code in all blocks I have numbers to convert. I use this function to convert numbered lists on many blocks. Is there an option to create this function as global to avoid repeat it in each block?