GDevelop-documentation
GDevelop-documentation copied to clipboard
Update dialogue-tree to escape pointy brackets
This page was not useable because almost all the example code was being rendered as pairs of pointy brackets with nothing in between. No changes other than attempting to escape the brackets that were already there.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| gdevelop-wiki | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 28, 2023 3:51pm |
@noahwf thanks for working on this. Your first attempt doesn't seem to work correctly. You can test it by using the Visit Preview link by Vercel, and navigate to the page. Here is the page you edited:
https://gdevelop-wiki-git-fork-noahwf-patch-1-gdevelop.vercel.app/gdevelop5/all-features/dialogue-tree/#2-line-type
Perhaps try using backslash characters before all 4 symbols in the pattern << >> (see below):
\<\<Command\>\> is displayed as: <<Command>>
That is really strange. I did this by checking it against the preview.
Is there another way to check?
Here's what it looks like when I preview it:
On Jul 28, 2023, at 10:17 AM, Tristan Rhodes @.***> wrote:
@noahwf thanks for working on this. Your first attempt doesn't seem to work correctly. You can test it by using the Visit Preview link by Vercel, and navigate to the page. Here is the page you edited:
https://gdevelop-wiki-git-fork-noahwf-patch-1-gdevelop.vercel.app/gdevelop5/all-features/dialogue-tree/#2-line-type
Perhaps try using backslash characters before all 4 symbols in the pattern << >> (see below):
<<Command>> is displayed as: <<Command>>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.