testing: make Markdownlint a dependency and script#1
Closed
OnkarRuikar wants to merge 9 commits intomainfrom
Closed
testing: make Markdownlint a dependency and script#1OnkarRuikar wants to merge 9 commits intomainfrom
OnkarRuikar wants to merge 9 commits intomainfrom
Conversation
a5194d9 to
26ddb2e
Compare
6ea1e68 to
71a1602
Compare
3fabac0 to
e822af5
Compare
OnkarRuikar
pushed a commit
that referenced
this pull request
Nov 23, 2023
* Add `cancel` event https://html.spec.whatwg.org/multipage/indices.html#event-cancel: Fired at dialog elements when they are canceled by the user (e.g., by pressing the Escape key), or at input elements in the File state when the user does not change their selection * 📝 Make linter happy Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * 📝 Add an example * 📝 highlight * 🐛 typo * 📝 Move cancel_event to HTMLElement * 🔥 Removed original HTMLDialogElement/cancel_event * 📝 Update all links * 🐛 Sort redirects * chore: Merge suggestion #1 Co-authored-by: Estelle Weyl <[email protected]> * chore: Merge suggestion #2 Co-authored-by: Estelle Weyl <[email protected]> * chore: Merge suggestion #3 Co-authored-by: Estelle Weyl <[email protected]> * chore: Merge suggestion #4 Co-authored-by: Estelle Weyl <[email protected]> * chore: Merge suggestion (5) Co-authored-by: Estelle Weyl <[email protected]> * chore: Merge suggestion (6) Co-authored-by: Estelle Weyl <[email protected]> * Update files/en-us/web/html/element/input/file/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Estelle Weyl <[email protected]> Co-authored-by: Estelle Weyl <[email protected]>
OnkarRuikar
pushed a commit
that referenced
this pull request
Dec 22, 2023
* chore: replace create-react-app with vite * chore: .js --> .jsx * chore: add dev script section * chore: update App component walkthrough * fix: use correct h1 link * feat: rewrite more * chore: apply suggestions from review Co-authored-by: Chris Mills <[email protected]> * chore: fix npm script syntax * chore: rewrite node install instructions * chore: delete extraneous section * chore: delete image from replacement code * chore: add syntax explainer * chore: clean up final section * chore: rewrite jsx section * chore: nitpick notes * chore: delete React 17 note * chore(nit): hard drive -> machine * chore: apply suggestions from code review Co-authored-by: Chris Mills <[email protected]> * remove superfluous quote * chore: replace create-react-app image with vite * chore: index.jsx --> main.jsx * chore: clean up prop-comment section * chore: delete note on multi-word attributes * chore: use code syntax in heading * chore: change npm script note * chore: update note again * chore: fix image alt * chore: apply suggestions from code review Co-authored-by: Chris Mills <[email protected]> * chore: replace rollup mention with generic bundler reference * chore: document assets directory * chore: document lockfile * chore: disambiguate app function and component * chore: add some * Small App() related tweaks --------- Co-authored-by: Chris Mills <[email protected]>
OnkarRuikar
pushed a commit
that referenced
this pull request
Nov 2, 2024
fix: grammar in mixed_content md (#1)
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.
Purpose of this test is to:
Markdonwn lintaction non blocking.