-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: markdown-it/markdown-it
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: markdown-it/markdown-it
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 23 files changed
- 4 contributors
Commits on May 25, 2022
-
Drop a lot of extra code from blockquotes
1st iteration before the loop is exactly the same as a part of that loop this effectively replaces: ``` do(0) for (i = 1; i < x; i++) do(i) ``` with: ``` for (i = 0; i < x; i++) do(i) ```
Configuration menu - View commit details
-
Copy full SHA for 9ff460e - Browse repository at this point
Copy the full SHA 9ff460eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6325878 - Browse repository at this point
Copy the full SHA 6325878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1529ff4 - Browse repository at this point
Copy the full SHA 1529ff4View commit details
Commits on Aug 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 940459e - Browse repository at this point
Copy the full SHA 940459eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08444a5 - Browse repository at this point
Copy the full SHA 08444a5View commit details
Commits on Sep 16, 2022
-
Sync pathological tests with cmark
this reflects following commit, no changes are necessary: commonmark/cmark@eb54ef4
1Configuration menu - View commit details
-
Copy full SHA for 2b6cac2 - Browse repository at this point
Copy the full SHA 2b6cac2View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 49ca65b - Browse repository at this point
Copy the full SHA 49ca65bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80a3adc - Browse repository at this point
Copy the full SHA 80a3adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd485b - Browse repository at this point
Copy the full SHA dfd485bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e476f78 - Browse repository at this point
Copy the full SHA e476f78View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 13.0.1...13.0.2