## Description If code blocks include `:${value}:` string, emojis appear in code blocks like the following screenshots:   The full dependency sentence should be like the below: ```kotlin implementation "com.github.skydoves:balloon:1.4.1" ``` I guess [rendering emojis](https://github.com/google/devlibrary/blob/30b0bc133b0e9f0be6f3c6fe664c3b58deb006a8/functions/src/content.ts#L65) for the markdown content should filter the code blocks. ### Relevant Links - https://devlibrary.withgoogle.com/products/android/repos/skydoves-Balloon - https://devlibrary.withgoogle.com/products/android/repos/GetStream-butterfly Thanks, Google Dev Library team for building awesome projects!
Description
If code blocks include
:${value}:string, emojis appear in code blocks like the following screenshots:The full dependency sentence should be like the below:
implementation "com.github.skydoves:balloon:1.4.1"I guess rendering emojis for the markdown content should filter the code blocks.
Relevant Links
Thanks, Google Dev Library team for building awesome projects!