GDevelop-documentation icon indicating copy to clipboard operation
GDevelop-documentation copied to clipboard

Update dialogue-tree to escape pointy brackets

Open noahwf opened this issue 2 years ago • 3 comments

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.

noahwf avatar Jul 28 '23 15:07 noahwf

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

vercel[bot] avatar Jul 28 '23 15:07 vercel[bot]

@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>>

tristanbob avatar Jul 28 '23 17:07 tristanbob

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:

Screen Shot 2023-07-28 at 11 20 12 AM

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.

noahwf avatar Jul 28 '23 18:07 noahwf