-
-
Notifications
You must be signed in to change notification settings - Fork 279
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: gettalong/kramdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: REL_2_3_0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: gettalong/kramdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: REL_2_3_1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 45 files changed
- 6 contributors
Commits on Dec 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a7bd1f3 - Browse repository at this point
Copy the full SHA a7bd1f3View commit details
Commits on Jan 6, 2021
-
4
Configuration menu - View commit details
-
Copy full SHA for 17a77a6 - Browse repository at this point
Copy the full SHA 17a77a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1beb51 - Browse repository at this point
Copy the full SHA e1beb51View commit details -
Configuration menu - View commit details
-
Copy full SHA for d26ebaf - Browse repository at this point
Copy the full SHA d26ebafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1001759 - Browse repository at this point
Copy the full SHA 1001759View commit details
Commits on Jan 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9cb5afc - Browse repository at this point
Copy the full SHA 9cb5afcView commit details
Commits on Mar 14, 2021
-
Restrict Rouge formatters to Rouge::Formatters namespace
ff0218a added support for specifying custom Rouge formatters with the constraint that the formatter be in theRouge::Formatters namespace, but it did not actually enforce this constraint. For example, this is valid: ```ruby Rouge::Formatters.const_get('CSV') => CSV ``` Adding the `false` parameter to `const_get` prevents this: ```ruby Rouge::Formatters.const_get('CSV', false) NameError: uninitialized constant Rouge::Formatters::CSV ```
Configuration menu - View commit details
-
Copy full SHA for d6a1cbc - Browse repository at this point
Copy the full SHA d6a1cbcView commit details
Commits on Mar 17, 2021
-
Fix conversion to kramdown of empty raw html td/th tags
Those tags must not be self-closed when empty.
Configuration menu - View commit details
-
Copy full SHA for daca2cf - Browse repository at this point
Copy the full SHA daca2cfView commit details -
fix: fix LaTeX entity conversion group location
This correctly places the `{}` group after the LaTeX commands used for conversion, rather than before. It appears this has been broken since edbd1fd. Also updates the span/text_substitutions/entities test to include `<span>`, which will be converted by the old converter to `{}\textlessspan{}\textgreater`, which should instead be `\textless{}span\textgreater{}`. The former will fail to compile, and should throw an error.Configuration menu - View commit details
-
Copy full SHA for 695eb58 - Browse repository at this point
Copy the full SHA 695eb58View commit details -
setup.rb:283: warning: key "bin-dir" is duplicated and overwritten on line 284
Configuration menu - View commit details
-
Copy full SHA for 7eadd2b - Browse repository at this point
Copy the full SHA 7eadd2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bedf85 - Browse repository at this point
Copy the full SHA 6bedf85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e23d7e - Browse repository at this point
Copy the full SHA 1e23d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed84ee - Browse repository at this point
Copy the full SHA 3ed84eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 842dc73 - Browse repository at this point
Copy the full SHA 842dc73View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 0b0a9e0 - Browse repository at this point
Copy the full SHA 0b0a9e0View 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 REL_2_3_0...REL_2_3_1