Draft
Conversation
✅ Deploy Preview for pony-tutorial ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
SeanTAllen
reviewed
Jun 25, 2024
| raise_error_excludes: | ||
| 429: ["https://github.com/ponylang", "https://web.archive.org/*"] | ||
| 404: ["https://github.com/ponylang"] | ||
| 504: ["https://web.archive.org/*"] |
Collaborator
Author
There was a problem hiding this comment.
That's temporary due to https://app.netlify.com/sites/pony-tutorial/deploys/66608a3635679b0008f1cff3#L152
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.
🚧 Work in progress. Coming soon

Options
class(constant:.ponylang)snippet: file name from./code-samples(can optionally include line syntax after:; seelines) (see Snippets extension for details)dedent_subsections:bool(seededent_subsectionsoption of the Snippets extension for details)lines: list of lines to includelines="1"orlines="6")lines="1-3")lines="1,6,8")lines="1-3,6,8-10")runnable:boolIndicates whether the code block contains aMainactor and doesn't result in an error unless intendedExamples
Example 1
hello-world-main.ponyfrom./code-samplesis included and content ("Gibberish") is discardedExample 2
classes-wombat.ponyfrom./code-samplesthe lines 1 to 3 as well as 6 are included and content ("Lorem ipsum") is discardedExample 3
actor Main […]) is displayed as is