Repro: 1. From https://docs.nativescript.org/project-structure/src/fonts click on "Edit this page" (brings you to https://stackblitz.com/~/github.com/NativeScript/docs/edit/main/content/project-structure/src/fonts.md?initialPath=%2Fproject-structure%2Fsrc%2Ffonts) 2. Edit doc. Ex: I'm trying to add this section (remove the leading `\` on codeblock) ``` ::: warning Note Material icons users Material icons uses [Ligatures](https://developer.mozilla.org/en-US/docs/Glossary/Ligature) instead of char codes. \```xml <Label class="mat-icon-filled" text="person" /> \``` ::: ``` 3. Hit "Propose changes" button, then "Fork & Commit changes" 4. View error in browser console: <img width="932" height="129" alt="Image" src="https://github.com/user-attachments/assets/7aa2650e-60f4-4495-92d1-bc742a4d4e0a" />