Update dialogue-tree to escape pointy brackets#104
Open
noahwf wants to merge 1 commit intoGDevelopApp:mainfrom
Open
Update dialogue-tree to escape pointy brackets#104noahwf wants to merge 1 commit intoGDevelopApp:mainfrom
noahwf wants to merge 1 commit intoGDevelopApp:mainfrom
Conversation
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 ↗︎
|
Collaborator
|
@noahwf thanks for working on this. Your first attempt doesn't seem to work correctly. You can test it by using the Perhaps try using backslash characters before all 4 symbols in the pattern
|
Author
|
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:
<img width="679" alt="Screen Shot 2023-07-28 at 11 20 12 AM" src="https://github.com/GDevelopApp/GDevelop-documentation/assets/47007282/13259b0b-ae21-4e51-b01e-3b0e9952ba4c">
… 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.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.