-
Notifications
You must be signed in to change notification settings - Fork 27.2k
po: fix escaped underscores in README.md #2062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Welcome to GitGitGadgetHi @ionnss, and welcome to GitGitGadget, the GitHub App to send patch series to the Git mailing list from GitHub Pull Requests. Please make sure that either:
You can CC potential reviewers by adding a footer to the PR description with the following syntax: NOTE: DO NOT copy/paste your CC list from a previous GGG PR's description, Also, it is a good idea to review the commit messages one last time, as the Git project expects them in a quite specific form:
It is in general a good idea to await the automated test ("Checks") in this Pull Request before contributing the patches, e.g. to avoid trivial issues such as unportable code. Contributing the patchesBefore you can contribute the patches, your GitHub username needs to be added to the list of permitted users. Any already-permitted user can do that, by adding a comment to your PR of the form Both the person who commented An alternative is the channel Once on the list of permitted usernames, you can contribute the patches to the Git mailing list by adding a PR comment If you want to see what email(s) would be sent for a After you submit, GitGitGadget will respond with another comment that contains the link to the cover letter mail in the Git mailing list archive. Please make sure to monitor the discussion in that thread and to address comments and suggestions (while the comments and suggestions will be mirrored into the PR by GitGitGadget, you will still want to reply via mail). If you do not want to subscribe to the Git mailing list just to be able to respond to a mail, you can download the mbox from the Git mailing list archive (click the curl -g --user "<EMailAddress>:<Password>" \
--url "imaps://imap.gmail.com/INBOX" -T /path/to/raw.txtTo iterate on your change, i.e. send a revised patch or patch series, you will first want to (force-)push to the same branch. You probably also want to modify your Pull Request description (or title). It is a good idea to summarize the revision by adding something like this to the cover letter (read: by editing the first comment on the PR, i.e. the PR description): To send a new iteration, just add another PR comment with the contents: Need help?New contributors who want advice are encouraged to join [email protected], where volunteers who regularly contribute to Git are willing to answer newbie questions, give advice, or otherwise provide mentoring to interested contributors. You must join in order to post or view messages, but anyone can join. You may also be able to find help in real time in the developer IRC channel, |
|
Invalid author email in 340998d: "[email protected]" |
|
There are issues in commit 24f2b3a: |
Remove unnecessary backslashes from language code examples. The underscores in "ll\_CC" and "zh\_CN" don't need escaping in Markdown. Signed-off-by: ionnss <[email protected]>
|
/preview |
|
Error: User ionnss is not yet permitted to use GitGitGadget |
|
/submit |
|
Error: User ionnss is not yet permitted to use GitGitGadget |
|
/allow |
|
User ionnss is now allowed to use GitGitGadget. WARNING: ionnss has no public email address set on GitHub; GitGitGadget needs an email address to Cc: you on your contribution, so that you receive any feedback on the Git mailing list. Go to https://github.com/settings/profile to make your preferred email public to let GitGitGadget know which email address to use. |
|
/preview |
|
Preview email sent as [email protected] |
|
/submit |
|
Submitted as [email protected] To fetch this version into To fetch this version to local tag |
Bumps [marked](https://github.com/markedjs/marked) from 16.4.1 to 17.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/markedjs/marked/releases">marked's releases</a>.</em></p> <blockquote> <h2>v17.0.0</h2> <h1><a href="https://github.com/markedjs/marked/compare/v16.4.2...v17.0.0">17.0.0</a> (2025-11-07)</h1> <h3>Bug Fixes</h3> <ul> <li>only create tokens inside tokenizers (<a href="https://redirect.github.com/markedjs/marked/issues/3755">#3755</a>) (<a href="https://github.com/markedjs/marked/commit/7b192315b286a444a0cc6407ca28cdee04af0f5d">7b19231</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Change how consecutive text tokens work in lists</li> <li>Simplify listItem renderer</li> <li>Checkbox token is added in list tokenizer</li> <li>Checkbox token add type and raw property</li> <li>Change loose list text tokens to paragraph type in the list tokenizer</li> </ul> <h2>v16.4.2</h2> <h2><a href="https://github.com/markedjs/marked/compare/v16.4.1...v16.4.2">16.4.2</a> (2025-11-06)</h2> <h3>Bug Fixes</h3> <ul> <li>Avoid RegExp lookbehind assertions (<a href="https://redirect.github.com/markedjs/marked/issues/3816">#3816</a>) (<a href="https://redirect.github.com/markedjs/marked/issues/3817">#3817</a>) (<a href="https://github.com/markedjs/marked/commit/c056df082cce077e49a2b8c45d51ef819c7a0b44">c056df0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/markedjs/marked/commit/9657f0bd4104c93e8a8cb8e54a4cc36615bf68a3"><code>9657f0b</code></a> chore(release): 17.0.0 [skip ci]</li> <li><a href="https://github.com/markedjs/marked/commit/7b192315b286a444a0cc6407ca28cdee04af0f5d"><code>7b19231</code></a> fix: only create tokens inside tokenizers (<a href="https://redirect.github.com/markedjs/marked/issues/3755">#3755</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/244941a19225303f94aa60cb728373dc56e1dadf"><code>244941a</code></a> chore(release): 16.4.2 [skip ci]</li> <li><a href="https://github.com/markedjs/marked/commit/c056df082cce077e49a2b8c45d51ef819c7a0b44"><code>c056df0</code></a> fix: Avoid RegExp lookbehind assertions (<a href="https://redirect.github.com/markedjs/marked/issues/3816">#3816</a>) (<a href="https://redirect.github.com/markedjs/marked/issues/3817">#3817</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/0551ab596862f25a2631de1df5ac3b408ff76572"><code>0551ab5</code></a> docs: update browser compatibility (<a href="https://redirect.github.com/markedjs/marked/issues/3827">#3827</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/5b683c6d319e804b2aa1d4a224c7b4c7866f1395"><code>5b683c6</code></a> chore(deps-dev): Bump esbuild from 0.25.11 to 0.25.12 (<a href="https://redirect.github.com/markedjs/marked/issues/3822">#3822</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/e3ad55692eb67108c822cc130b98cc4a04b2f493"><code>e3ad556</code></a> chore(deps-dev): Bump eslint from 9.38.0 to 9.39.0 (<a href="https://redirect.github.com/markedjs/marked/issues/3825">#3825</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/34ceab96553398141eedc79e2a85199142f37596"><code>34ceab9</code></a> chore(deps-dev): Bump <code>@semantic-release/github</code> from 12.0.0 to 12.0.1 (<a href="https://redirect.github.com/markedjs/marked/issues/3823">#3823</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/2e14cdf4a47cefce0919ac95830e85703a3e065e"><code>2e14cdf</code></a> chore(deps-dev): Bump rimraf from 6.0.1 to 6.1.0 (<a href="https://redirect.github.com/markedjs/marked/issues/3824">#3824</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/ee6b45fa005746ec66fbc4fc0da8ea1741724a56"><code>ee6b45f</code></a> Update copyright notices (<a href="https://redirect.github.com/markedjs/marked/issues/3818">#3818</a>) (<a href="https://redirect.github.com/markedjs/marked/issues/3820">#3820</a>)</li> <li>Additional commits viewable in <a href="https://github.com/markedjs/marked/compare/v16.4.1...v17.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
No description provided.